Forums

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

Home Forums CSS [Solved] IE7 rollover not working

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #33950
    virtual
    Participant

    Can anyone tell me why the rollovers are not appearing in IE7??
    I’m going nuts here…

    Here is the test site

    #85132
    jamygolden
    Member

    This may or may not help you.

    I would create the hover states to appear the way you would like (without hover).

    then afterwards set them to display: none.
    And hover state would do something like this: #img1 a:hover span{display: block}

    Whether that solves the problem or not (I suspect it’s a z-index problem), developing that way would make it easier to debug.

    #85134
    virtual
    Participant

    Thanks Jamy, tried that and it still does not display the hover in IE7
    LINK

    Any other ideas.

    #85135
    wolfcry911
    Participant

    give the anchors an href attribute

    #85137
    virtual
    Participant

    Fabulous, thanks so much I knew I was missing something….duh

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