Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

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

edited February 2011 in Vanilla 2.0 - 2.8
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.