- This topic has 7 replies, 2 voices, and was last updated 14 years, 11 months ago by imported_Ryan.
-
AuthorPosts
-
October 21, 2009 at 10:44 am #1056AnonymousMember
Website: http://homeplantscare.offersite.info
Second menu title from the left, when I hover over the menu it appears over the main menu and not beneath.
#suckerfishnav {
background:#6E9F1F url("../multi-level-navigation-plugin/images/suckerfish_green.png") repeat-x;
font-size:18px;
font-family:verdana,sans-serif;
font-weight:bold;
width:100%;
}
#suckerfishnav, #suckerfishnav ul {
z-index:1000;
float:right;
list-style:none;
line-height:25px;
padding:0;
border:1px solid #aaa;
margin:0;
width:100%;
}
#suckerfishnav a {
display:block;
color:#dddddd;
text-decoration:none;
padding:0px 10px;
}
#suckerfishnav li {
float:right;
padding:0;
}
#suckerfishnav ul {
z-index:1000;
position:absolute;
left:-999em;
height:auto;
width:151px;
font-weight:normal;
margin:0;
line-height:1;
border:0;
border-top:1px solid #666666;
}
#suckerfishnav li li {
width:149px;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:1px solid #666666;
font-weight:bold;
font-family:verdana,sans-serif;
}
#suckerfishnav li li a {
padding:4px 10px;
width:130px;
font-size:12px;
color:#dddddd;
}
#suckerfishnav li ul ul {
margin:-21px 0 0 150px;
}
#suckerfishnav li li:hover {
background:#6E9F1F;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
color:#dddddd;
}
#suckerfishnav li:hover a, #suckerfishnav li.hover a {
color:#dddddd;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
color:#dddddd;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.hover ul ul, #suckerfishnav li.hover ul ul ul, #suckerfishnav li.hover ul ul ul ul {
left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.hover ul, #suckerfishnav li li.hover ul, #suckerfishnav li li li.hover ul, #suckerfishnav li li li li.hover ul {
left:auto;
background:#444444;
}
#suckerfishnav li:hover, #suckerfishnav li.hover {
background:#9DDD35;
}October 27, 2009 at 12:02 am #7166imported_RyanMemberIt looks beneath to me. Perhaps this is a browser specific issue?
October 29, 2009 at 7:59 pm #7167AnonymousMemberI have the same problem. The drop-down menu just hovers over the main menu.
It must be said I’ve made quite a few changes to the css, but I don’t really have much css knowledge (a bad combination perhaps?)
Are you able to spot my problem?Also, the whole top menu bar is placed slightly to the right of the center, is that also because of something in the css?
CSS:
#suckerfishnav {
width: 910px;
margin: 20px 50px 0 0;
height: 50px;
background: url("../multi-level-navigation-plugin/images/img03.gif") no-repeat left top;
border: none;
}#suckerfishnav, #suckerfishnav ul {
margin: 0;
padding: 0px 0px 0px 0px;
list-style: none;
line-height: normal;
}
#suckerfishnav a {
display: block;
float: left;
margin-right: 1px;
padding: 20px 15px 15px 15px;
text-decoration: none;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;#suckerfishnav a:hover {
background: #AA330F url(images/img04.gif) repeat-x;
color: #FFFFFF;
}#suckerfishnav .current_page_item a {
background: #AA330F url(images/img04.gif) repeat-x;
color: #000000;
}#suckerfishnav li {
float:left;
padding:0px 0px 20px 0px;
padding-left:10px;
padding-right:10px;
}#suckerfishnav ul {
position:absolute;
left:-999em;
height:auto;
width:101px;
font-weight:normal;
margin:0;
line-height:1;
border:0;
border-top:1px solid #666666;
}#suckerfishnav li li {
font-weight:bold;
font-family:arial,verdana,sans-serif;
}
#suckerfishnav li li a {
padding:0 0;
width:80px;
font-size:12px;
color:#FFFFFF;
}
#suckerfishnav li ul ul {
margin:0 0 0 0px;
}
#suckerfishnav li li:hover {
background:#AA330F;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
color:#FFFFFF;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#FFFFFF;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
color:#FFFFFF;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
left:auto;
background:#CC0000;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#AA330F;
}November 2, 2009 at 11:16 pm #7168imported_RyanMemberSorry Hawks, but no one can help without seeing your page first.
November 5, 2009 at 12:03 pm #7169AnonymousMemberYeah, sorry about that. Because the menu kinda made my site look like crap, I just reverted to my old (non-multi-level) menu. But i managed to fix the problem. Now, however, I have the problem of the dropdown menu being shifted one block to the right in IE versions 7 and earlier.
November 6, 2009 at 6:08 am #7170imported_RyanMemberStab in the dark guess to potentially fix it … perhaps try removing the following HTML:
[quote:r8amcgmy]
<div id="menu"> [/quote:r8amcgmy]December 9, 2009 at 5:59 pm #7171AnonymousMemberI had the same problem. It was caused by there being navigation menu options defined in the theme CSS file as well as the navigation menu’s on CSS code.
More specifically it was float:left in themes CSS the code:
#NaviBar ul a {
color:#ffffff;
display:block;
[b:ho0q0218]float:left;[/b:ho0q0218]
margin:0;
padding:7px 15px 6px 15px;
text-decoration:none;
font-weight: bold;
}Once I removed all the code from the Theme css to do with navigation bars it worked fine
December 25, 2009 at 10:11 pm #7172imported_RyanMemberGlad to hear you got your problem fixed PoD ” title=”Smiley” />
-
AuthorPosts
- You must be logged in to reply to this topic.