- This topic has 50 replies, 6 voices, and was last updated 15 years, 11 months ago by imported_Ryan.
-
AuthorPosts
-
August 13, 2008 at 9:58 am #326AnonymousMember
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
August 19, 2008 at 7:10 am #3389imported_RyanMemberIt’s probably a z-index issue, but we’ll need to see your site to know for sure/find a solution for you.
August 19, 2008 at 7:10 am #3489imported_RyanMemberIt’s probably a z-index issue, but we’ll need to see your site to know for sure/find a solution for you.
August 28, 2008 at 12:56 pm #3390yishuiMemberI 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.
August 28, 2008 at 12:56 pm #3490yishuiMemberI 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.
August 29, 2008 at 7:40 am #3391imported_RyanMemberThanks 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.
August 29, 2008 at 7:40 am #3491imported_RyanMemberThanks 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.
September 7, 2008 at 3:20 am #3392AnonymousMemberHi..
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!
September 7, 2008 at 3:20 am #3492AnonymousMemberHi..
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!
September 9, 2008 at 8:23 am #3393imported_RyanMemberHi 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.September 9, 2008 at 8:23 am #3493imported_RyanMemberHi 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.September 9, 2008 at 8:23 am #3394imported_RyanMemberPS: Your problem is most likely caused by a z-index issue.
September 9, 2008 at 8:23 am #3494imported_RyanMemberPS: Your problem is most likely caused by a z-index issue.
September 14, 2008 at 1:08 am #3395yishuiMemberplz post your source and your environment. The same problem I met in FireFox only. IE is OK.
September 14, 2008 at 1:08 am #3495yishuiMemberplz post your source and your environment. The same problem I met in FireFox only. IE is OK.
-
AuthorPosts
- You must be logged in to reply to this topic.