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

Logo bug

  • I've created a site and there's one bug in IE that I can't get rid of. If the site is viewed in IE7 or below, then the logo at the top of the page "hides" behind the wrap background and I can't get it to appear over the top.

    I've tried using z-index etc to bring it over but I'm struggling.

    Any help?

    The url is: http://miscmusic.net
  • I have not had a look - but make sure the object you are z-indexing has a position:relative; at least - and that your z-index is set higher than '1' - normally its good to set it in 100's, then you can always go back and slide something below it. So set it to z-index:100;