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
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

ryanrain - June 4, 2006 - 05:23

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

add1sun - April 26, 2007 - 20:48
Status:active» fixed

theme issue and fixed. closing

#3

killes@www.drop.org - May 11, 2007 - 12:19
Status:fixed» closed

#4

pjabode - May 13, 2009 - 16:07

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

glass.dimly - June 4, 2009 - 01:21

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;
}

 
 

Drupal is a registered trademark of Dries Buytaert.