Forums

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

Home Forums CSS [Solved] IE 7 menu Hover probem?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28009
    Gabri
    Participant

    I`m having weird problem with IE 7 only , Hover styles is applied except for the background color ? the text-color changes but not the background color ?

    what shall i do to fix this ?

    Code:
    #nav li a {
    padding:10px 20px;
    display:block;
    text-align:center;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    }

    #nav li a:hover,#nav li a.current{
    background:#fff;
    color:#2b4197;
    }

    #70936
    Gabri
    Participant

    I managed to solve it it has something to do with hasLayout

    i just added min-width:1px; to make work

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