Robert DeLaurentis wrote: > > Site: http://sbwc.org/web20dev/dev_sbwc_menu.htm > > CSS: http://sbwc.org/web20dev/dev_sbwc_menu.css
You are aware that IE6 only does :hover for <a> elements? It can be imitated with a javascript behavior on the <li> element though. See http://mong.gecko26.com/~roger/articles/cssmenus.php . This is a fairly old article, but I believe the js file referenced on that page is current. If it doesn't work, have a look at the following resources: http://www.ninthavenue.com.au/modules/core/styles/siteMenu.css http://www.ninthavenue.com.au/modules/core/js/IEmenu.htc These are the two resources I use to implement all my current css menus. Roger > > b > > Original message: > > I'm struggling with my first CSS based site. I tried to implement a > fairly simple (what I thought was fairly simple beforehand) pure CSS > menu. The menu works everywhere except IE6 - now there is a surprise. > I'm not sure how to troubleshoot this, and would be grateful for some > advice. > > Thanks! > > ______________________________________________________________________ > 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/ > -- ---------------------------------------- Ninth Avenue Software p: +61 7 3137 1351 (UTC +10) f: +61 7 3102 9141 w: http://www.ninthavenue.com.au e: [EMAIL PROTECTED] ---------------------------------------- ______________________________________________________________________ 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/
