When I use IE7, the simple menu doesn't seem to refresh fast enough for something. If I quickly look through various categories on a certain level that have sublevels, I'll find that many sublevels stay open even when my mouse is not over the parent level.

Comments

m3avrck’s picture

This is probably a combination of the CSS selectors and IE7. I don't have IE7 to test this so a patch is welcome :-)

jody lynn’s picture

The fix for this is to add to the css file:

ul#simplemenu li:hover, ul#simplemenu li.sfhover{
  position: static;
}
m3avrck’s picture

Version 3 has been released which redraws menus differently. Does this bug still exist?

m3avrck’s picture

Status: Active » Closed (fixed)