From: "Will Seehorn" <[EMAIL PROTECTED]> > the 3d level menu doesn't do that. All choices change color, all text > goes red. I've looked and can't figure out what I've done wrong. I'd > appreciate help. (and if you see other problems/stupidity/etc feel > free to comment on that too) > URL of web page > http://www.afge3509.org/testing/index3.htm --------------------------------------------------------------------------------- Hi Will, Set the right colors for the 3rd level. Change:
FROM: /* 3rd Menu */ ul#navmenu li:hover li:hover li a, ul#navmenu li.iehover li.iehover li a { background: #B8F1FF; /* background color */ <===== Change here color: #ff0000; /* font color */ <===== Change here } TO: /* 3rd Menu */ ul#navmenu li:hover li:hover li a, ul#navmenu li.iehover li.iehover li a { background: #ADD8E6; /* background color */ color: #666; /* font color */ } Regards MaurĂcio Samy Silva http://www.maujor.com/ ______________________________________________________________________ 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/