Menu hidden behind WordPress column

Forums Forums Menus Menu hidden behind WordPress column

Viewing 15 posts - 1 through 15 (of 51 total)
  • Author
    Posts
  • #326
    Anonymous
    Member

    I’m new to WordPress etc and have just installed the Multi-level Navigation plugin. I’m using WordPress 2.6.

    I added the
    <?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>
    line to my header.php and it appears as it should. But the drop down menus get hidden behind the middle (of 3) columns in the blog. They go over the top, as they should, of the left sidebar but get hidden behind any blog entry.

    Any ideas why and/or how to fix it?

    Cheers

    #3389

    It’s probably a z-index issue, but we’ll need to see your site to know for sure/find a solution for you.

    #3489

    It’s probably a z-index issue, but we’ll need to see your site to know for sure/find a solution for you.

    #3390
    yishui
    Member

    I met the same problem. but I am not sure my solution can help you. plz try it as follows:

    1.put the FISH in a POT
    <div id="menubar">
    <?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>
    </div>

    2. update CSS
    #menubar h1 a:visited {}
    #menubar{
    width: 900px;
    margin: 5px auto 0;
    background:transparent;
            border:#ddd 3px solid;
    }


    that is enough!
    the key point is #menubar h1 a:visited {}

    GOOD LUCK.

    #3490
    yishui
    Member

    I met the same problem. but I am not sure my solution can help you. plz try it as follows:

    1.put the FISH in a POT
    <div id="menubar">
    <?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>
    </div>

    2. update CSS
    #menubar h1 a:visited {}
    #menubar{
    width: 900px;
    margin: 5px auto 0;
    background:transparent;
            border:#ddd 3px solid;
    }


    that is enough!
    the key point is #menubar h1 a:visited {}

    GOOD LUCK.

    #3391

    Thanks for the input and glad to hear that fixed your problems.

    Usually changing the lists to a z-index of 1 or higher helps. It is difficult to bug fix without seeing the code in action though.

    #3491

    Thanks for the input and glad to hear that fixed your problems.

    Usually changing the lists to a z-index of 1 or higher helps. It is difficult to bug fix without seeing the code in action though.

    #3392
    Anonymous
    Member

    Hi..

    I’m having the same issue: http://bit.ly/2Cy3y4

    I tried the solution posted above but it didn’t work.  Any advise?

    Otherwise, I LOVE the plugin..  THANKS!

    #3492
    Anonymous
    Member

    Hi..

    I’m having the same issue: http://bit.ly/2Cy3y4

    I tried the solution posted above but it didn’t work.  Any advise?

    Otherwise, I LOVE the plugin..  THANKS!

    #3393

    Hi ant!,
    I need to see the code before I can find a solution. The problem is probably caused by other CSS interfering with the dropdown CSS.

    #3493

    Hi ant!,
    I need to see the code before I can find a solution. The problem is probably caused by other CSS interfering with the dropdown CSS.

    #3394

    PS: Your problem is most likely caused by a z-index issue.

    #3494

    PS: Your problem is most likely caused by a z-index issue.

    #3395
    yishui
    Member

    plz post your source and your environment. The same problem I met in FireFox only. IE is OK.

    #3495
    yishui
    Member

    plz post your source and your environment. The same problem I met in FireFox only. IE is OK.

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