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 ?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25190
    ttmt
    Member

    Hi all

    I have a simple page of a nav and content.

    The nav is a list with a hover, if the nav is floated to the left and the content on the right the nav doesn’t work in IE 6, IE7 as it does in other browsers. The nav doesn’t lose any structure but the hover state only works if I hover over the text in the link.

    If I take away the float the hover on the nav works in IE6, IE7.

    Is this another bug is there a way around this.

    Any help much appreciated.

    http://www.ttmt.org.uk/nav1/

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.