Home › Forums › CSS › sub nav not showing in IE › Re: sub nav not showing in IE
July 9, 2009 at 2:47 pm
#60432
Participant
Code:
#navigation li:hover ul {left:0; background: #414244; margin-top: 5px; }
Is what makes the submenu appear. For reasons beyond me it won’t work in FF if I put the hover on the anchor and although I don’t have access to IE right now I know that it won’t work there if the hover state is anywhere but the anchor tag.
Perhaps this will help http://www.xs4all.nl/~peterned/csshover.html or use jQuery.