treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] [Solved] IE7 rollover not working

  • Can anyone tell me why the rollovers are not appearing in IE7??
    I'm going nuts here...

    Here is the test site

  • 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.
  • Thanks Jamy, tried that and it still does not display the hover in IE7
    LINK

    Any other ideas.
  • give the anchors an href attribute
  • Fabulous, thanks so much I knew I was missing something....duh