Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS sub nav not showing in IE Re: sub nav not showing in IE

#60432
apostrophe
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.