Just trying to reduce speculations :-)
Here:
 http://www.brunildo.org/test/test/IEhoverdesc.html
there are two anchors which on hover should display a yellow box. The first has
 a:hover { background-color: white }
the second
 a:hover { background-color: #fff }

In IE6 only the first works.

This is exactly the problem mentioned by Kennet at the beginning of
this looong thread, and described here:
http://www.quirksmode.org/css/ie6_purecsspopups.html
In short:  IE6 tends to ignore rules of the type:
 a:hover descendant { ... }
unless there is some (particular) property at
 a:hover { ... }
different from the not-hovered value. Apparently IE judge #fff
different from white for this "purpose".


Bruno
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to