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

ryanrain’s picture

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.

add1sun’s picture

Status: Active » Fixed

theme issue and fixed. closing

killes@www.drop.org’s picture

Status: Fixed » Closed (fixed)
pjabode’s picture

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.

glass.dimly’s picture

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

hugh4’s picture

Version: 4.7.x-1.x-dev » 6.x-1.3

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!

hugh4’s picture

Status: Closed (fixed) » Patch (to be ported)

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

add1sun’s picture

Component: Code » Theme Compat
Category: bug » support
Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.