Forums

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

Home Forums CSS Hover not working in IE6, IE7 when Nav floated ? Re: Hover not working in IE6, IE7 when Nav floated ?

#59264
apostrophe
Participant

I don’t have access to ie at the moment, so I’m just guessing, but the only line I see in your css that may be causing a problem is this one

Code:
#leftNav ul#servNav li {
display:inline;
}

Try removing that.