teamleaf
05-13-2009, 03:04 PM
For some reason in IE 6, my submenu doesn't seem to stick around when I try to get to links on it.
www.laduefootball.org
www.laduefootball.org
|
||||
Submenu disappears on mouseover in IE 6teamleaf 05-13-2009, 03:04 PM For some reason in IE 6, my submenu doesn't seem to stick around when I try to get to links on it. www.laduefootball.org SB65 05-14-2009, 08:25 PM I get the issue in IE7 as well. It looks as if the hover is lost as the mouse moves off the top level menu div. Try adding a background colour to your second level menu ul: .menu .sub { display:table; margin:0 auto; padding:0; list-style:none; background-color:#003366; } This looks like it works in IE6 and IE7 using the IE developer toolbar (http://www.microsoft.com/downloads/details.aspx?FamilyID=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en). kibaki20 05-15-2009, 06:21 AM I think javascript can fix that. teamleaf 05-16-2009, 01:19 AM Thanks SB! I'm not understanding why it needs a background to maintain the hover ability but whatever. I'm happy. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum