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)
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?
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?
0
Comments
from
var menustyles = { "visibility":"visible", "display":"block" }
to
var menustyles = { "visibility":"visible", "display":"block", "z-index":"9" }
I actually tried already to fix the overlay issue by adding a z-index - but obviously I did something wrong, because it didn't work when I was testing. Therefore I postponed it...
Anyway, I just uploaded a minor update of the plugin containing your CSS enhancements! It does show the Categories menu properly ABOVE f.eg. messages.
Thanks again for pointing this out,
Oliver
This plugin makes Vanilla forum much better i would say.
Thanks in advance.
If you need to look at the html source, the url is: http://getspotnet.nl/forum/