Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 13

CurtisOdenSpencerMcericgillettewykthreed +9 guests

[Categories → Menu addon] Improvement - Proposal (incl. Solution)

This discussion is related to the Categories → Menu addon.
hi!

i think it would be nice if the hover menu would actually hover *above* the rest of the page.
this can be achieved by adding
z-index:9;
to plugins/Categories2Menu/categories2menu.css

example:


ul#Menu li ul {
position: absolute;
visibility: hidden;
}

ul#Menu li ul li {
z-index:9;
float: none;
display: inline;
margin: 0;
}

ul#Menu li ul li a {

}

ul#Menu li ul li a:hover {

}


or am i the only one out there having this problem?

Comments

Sign In or Register to comment.