small space between li.menuparent and children causes menu to disappear.
ryanrain - June 4, 2006 - 05:14
| Project: | Nice Menus |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
not sure if this has been fixed in cvs, or is buried somewhere in other posts, but...
i kept seeing a few pixels of space between the parent link and the other links that would appear below upon hover. as my mouse passed between the two, the children links would disappear. testing in ie6 and firefox1.5.
so i added this and now it works:
ul.nice-menu li ul li {
margin-top:-3px;
margin-bottom:3px;
}peace,
-r

#1
well, now i just found a pesky
line-height: 100%;in my theme. i got rid of it and now i don't need the patch i just posted.#2
theme issue and fixed. closing
#3
#4
as mentioned in anothor issue post there is a fix at: http://agaric.com/nice-menus-drop-down-bug for this that worked for me.
#5
I had this problem in the Marinelli theme but this fix worked. Modification for Marinelli:
ul.nice-menu li ul li {
margin-top:-3px;
margin-bottom:3px;
}