Ingo Chao schrieb:
... IE6 is not with us anymore,

(Note that there should be an easier solution.)

/* level 1 */
div#nav li:hover a,
div#nav li.sfhover  a {color: navy;}

/* level 2 */
div#nav li li a {color: white !important; }
div#nav li li a:hover {color: navy !important; }

/* level 2 */
div#nav li li:hover a,
div#nav li li.sfhover  a {color: navy !important;}

/* level 3 */
div#nav li li:hover li a {color: white !important; }
div#nav li li:hover li a:hover {color: navy !important; }

/*level 3, IE6 */
div#nav li li.sfhover li a {color: white !important; }

This should make IE6 play ball again. Now I need a minimal invasive brain salad surgery or a cup of tea.

Ingo

btw. a friend noted that your menu becomes virtually unuseable on text zooming, and he's right.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to