Suckerfish Dropdown Menu “Sticks” in IE7
May 19th, 2007
The Problem:
When using the Suckerfish Dropdown Menu in IE7 the dropdown menu often “sticks” and will not go up when you mouse off the menu.
The Fix:
Just add the following code to your CSS:
#menu li:hover, #menu li.hover { position: static; }
Thanks to Built From Source for the fix.
Posted in CSS, Website Design. ⋅ Tags: bugs, CSS, IE, Internet-Explorer, menu
Comments are closed.
