Drop down menu ‘behind’ page content

Forums Forums Menus Drop down menu ‘behind’ page content

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1185
    markfarl
    Member

    Hi all!

    My drop menu is appearing behind the main page contents, I don’t know why its doing this I’m at a total loss, My css file is located here

    http://qws.ie/site/wp-content/themes/qws/style.css

    My site is http://qws.ie

    I understand the Js files arnt being implemented in the header these got deleted but it was not having the same problemn before regardless.

    I used this on the site http://voicestrue.com and it worked fine so any idea’s?

    thanks in advance.

    #7577

    It appears to be working fine. What specifically is wrong?

    #7578
    stevelack
    Member

    I am having the same issue.  It seems to be an IE only problem.  Looks great in Firefox, Safari, Chrome, all the real browsers, but as usual, IE has some kind of issue.  The site I’m working on is http://www.impactplayers.com. Any suggestions on an IE fix for this?

    Thanks.

    #7579
    stevelack
    Member

    It looks like I need to change either the Background setting or the z-index for the drop down on hover menu.  Where in the CSS would I find this?

    Thanks.

    #7580

    What version of IE?

    #7581
    markfarl
    Member

    Ye I managed to get her goin, I changed the css file it uses, whereas before I pasted my own onto it, or something – although the nice js fade effect seems to have schtopped workin?

    Thanks anyway – fine menu hey!

    #7582

    If the animations aren’t working anymore, then that’s probably caused by another plugin not loading it’s scripts correctly.

    #7583
    stevelack
    Member

    It seems to be breaking in ie 7 and 8.

    #7584
    wander
    Member

    I find, the easiest and most important fix to do right away is to give the div container that the whole menu is inside of a z-index of 999.

    Usually this means…

    #header { z-index: 999; }

    this solves a lot of problems right away.

    #7585

    Thanks for the input Wander <img decoding=” title=”Smiley” />

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.