Closed (fixed)
Project:
Nice Menus
Version:
6.x-1.3
Component:
Theme Compat
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2006 at 05:14 UTC
Updated:
8 Jun 2010 at 08:10 UTC
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
Comment #1
ryanrain commentedwell, 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.Comment #2
add1sun commentedtheme issue and fixed. closing
Comment #3
killes@www.drop.org commentedComment #4
pjabode commentedas mentioned in anothor issue post there is a fix at: http://agaric.com/nice-menus-drop-down-bug for this that worked for me.
Comment #5
glass.dimly commentedI 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;
}
Comment #6
hugh4 commentedI 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!
Comment #7
hugh4 commented**UPDATE**
I went into nice_menus_default.css and changed
To this:
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?
Comment #8
add1sun commented