- This topic has 2 replies, 2 voices, and was last updated 14 years, 11 months ago by imported_Ryan.
-
AuthorPosts
-
December 18, 2009 at 10:03 am #1140zeroslotmMember
Hello,
I have an issue with your awesome menu plugin ” title=”Smiley” /> I’m working on this site[/url:2jb507m7].
The issue is the arrangement of the drop down menu. If you notice, the drop down menu (under "Trgovina") gets hidden behind the "sliding news" on the front page and it’s pretty much useless. I played with z-indexes but I just can’t get it to work. Where is the trick?
Thanks for your help, I’d really appriciate it!
Here is the CSS of the menu:
[code:2jb507m7]#suckerfishnav {
background:#6E9F1F url("../multi-level-navigation-plugin/images/suckerfish_green.png") repeat-x;
font-size:15px;
font-family:verdana,sans-serif;
font-weight:bold;
width:100%;
z-index:100;
}
#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:40px;
padding:0;
border:1px solid #aaa;
margin:0;
width:100%;
}
#suckerfishnav a {
display:block;
color:#242424;
text-decoration:none;
padding:0px 10px;
}
#suckerfishnav li {
float:left;
padding:0;
}
#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 {
width:99px;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:1px solid #666666;
font-weight:bold;
font-family:verdana,sans-serif;
z-index:100;
}
#suckerfishnav li li a {
padding:4px 10px;
width:80px;
font-size:12px;
color:#dddddd;
z-index:100;
}
#suckerfishnav li ul ul {
margin:-21px 0 0 100px;
}
#suckerfishnav li li:hover {
background:#c4e339;
}
#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:#242424;
}
#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:#dddddd;
}
#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:#444444;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#242424;
}[/code:2jb507m7]December 21, 2009 at 2:46 pm #7439zeroslotmMemberAnyone, please?
December 22, 2009 at 11:39 am #7440imported_RyanMemberIt looks like a z-index problem. The dropdown is presumably at a lower z-index than the content which it is being obscured by.
-
AuthorPosts
- You must be logged in to reply to this topic.