Mikhail Bozgounov wrote: > Just a general question concerning CSS rollovers: > > You remember, that in *some cases* IE tries to download a CSS > image background EVERY TIME you mouse over the link! This > could happen even in cases when you use only ONE image for > both normal and hover state of the image!
Yes, that happens, afaik not in certain cases, but with certain versions/or settings of IE6. > There is a way to resolve this annoying problem, only that... > I forgot it :-| If you remember, please tell, as I don't know of any way to resolve it. > Was it applying the background image to the LI in the list > instead to the A, was > it something else, I am not sure already... :( Since :hover doesn't apply to LI in IE, I'm guessing it's on the A that this happens. But I wouldn't know how applying a background image to the LI would make it do any rollover effect in IE. > Here's the best I have come with: > http://lelion.info/web/tuk-tam/ (this is a working draft) > > CSS: > http://lelion.info/web/tuk-tam/css/master.css [snip code] > Is this code "bulletproof" concerning the issue with IE 6 or I > am missing something? I just looked at your page in IE6, so, if you just check your logs for IP 82.169.233.66, you can see if the images were called more than once. (I have an IE6 version that does invoke the effect on my own pages, and I hovered plenty ;-)) Note: in IE, the entire picture initially disappears on :hover. It's only when I go to another website, and use the backspace button to go back to your page, that the desired visual effect is there. -- Els http://locusmeus.com/ http://locusoptimus.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
