A z-index issue

Forums Forums Menus A z-index issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1772
    jcongerton
    Member

    Hi

    Great plugin! I have one slight issue, i am using WP Featured Content Slider which sits just under the menu bar, if I hover over the drop down menu the fly-out below goes under the WP Featured Content Slider content. I have tried multiple variations of z-index but to no avail, itried the following fix with jQuery and still not joy.

    Site cep.jasoncongerton.co.uk
    site css: cep.jasoncongerton.co.ukwp-contentthemestwentytenstyle.css

    The menu sits in #topNavigation and the slide sits in #featuredBooks.

    Thanks for any help.

    #9333
    jcongerton
    Member

    Hi

    I have now resolved this issue, and it was due to a z-index issue i just added the following z-index line here;

    #suckerfishnav, #suckerfishnav ul {
        float:left;
        list-style:none;
        line-height:40px;
        padding:0;
        margin:0;
        width:100%;
        z-index:10;
        }

    Jason

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