Home › Forums › CSS › sub nav not showing in IE › Re: sub nav not showing in IE
July 9, 2009 at 3:22 am
#60410
Participant
Code:
#navigation li:hover {color:#fff;background: #414244; }
#navigation li:hover ul {left:0; background: #414244; margin-top: 5px; }
#navigation li:hover ul {left:0; background: #414244; margin-top: 5px; }
I don’t know any clearer way to say it. So for the third time, the hover must be on the anchor tag, not the list item, not the ul but the anchor tag.