SitePoint Sponsor

User Tag List

Results 1 to 2 of 2

Thread: IE7 CSS Dropdown Menu Problem

  1. #1
    SitePoint Guru XraySierra's Avatar
    Join Date
    Jan 2002
    Location
    Ontario, Canada
    Posts
    850
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exclamation IE7 CSS Dropdown Menu Problem

    I'm having a problem with the my dropdown menu in IE7 (elizabeth.fuelmultimedia.ca) For some reason, the menu goes behind the header image. This only seems to happen on IE7. Anyone have any ideas?
    Chris Blackwell - my blog and ramblings
    Comicville - Daily News and Comic Reviews

    "web development is what I love...so that's what I do"


  2. #2
    It's all Geek to me silver trophybronze trophy
    SitePoint Award Recipient ralph.m's Avatar
    Join Date
    Mar 2009
    Location
    Melbourne, Australia
    Posts
    20,297
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Perhaps try a z-index here:

    Code:
    #top {
      height: 115px;
      position: relative;
      z-index: 100;
    }
    Facebook | Google+ | Twitter | Web Design Tips | Free Contact Form

    Try your hand at the new JavaScript Challenge!

    If you don't like getting your feet stuck in a bog, avoid Twitter BootsTrap.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •