Posted by ryanrain on June 4, 2006 at 5:14am
Jump to:
| Project: | Nice Menus |
| Version: | 6.x-1.3 |
| Component: | Theme Compat |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
Comments
#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;
}
#6
I am using the genesis theme and I have come across this bug where there is a gap between the menu and the submenu child items.
•Will this be fixed in future versions?
•And for the time being what is the best patch to use?
•What file and whereabouts do I need to change the code to make it work?
Thanks!
#7
**UPDATE**
I went into nice_menus_default.css and changed
}
ul.nice-menu ul li {
width: 12.5em;
}
To this:
}
ul.nice-menu ul li {
width: 14.5em;
}
This seems to have fixed the problem by widening the menu box but I don't think it's a proper fix. Does anyone else have a better solution?
#8
#9
Automatically closed -- issue fixed for 2 weeks with no activity.