Forums

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

Home Forums CSS Drop down nav falls behind

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31066
    LinCSS25
    Participant

    I would LOVE some fresh eyes on this. I cannot for the life of me figure out why this drop down nav falls behind the other divs in ie7. Can someone take a look and help me?

    http://www.musemachine.com/

    I also have a problem under “My Muse” that I am struggling with if someone wants to take a look at that too.

    I would greatly appreciate it. Thanks!

    #69300
    clokey2k
    Participant

    I’m not too sure about either issue, but for the stepdown issue my money is on something related to this: https://css-tricks.com/prevent-menu-stepdown/

    I’ll play around with the first issue, and see what happens.

    #69301
    shaun101
    Member

    Try changing the

    from position:relative to position:absolute.

    You can then amend the positioning to the correct place you require!

    #69263
    jamygolden
    Member

    I’ve dealt with this 100 times. It’s a z-index problem.

    #Headerwrap{z-index: 100;}
    #toppromoarea{z-index: -1;}

    That should fix it.

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