Monday, February 2, 2009

Suckerfish Dropdowns Sticking in IE7

Do you use Suckerfish Dropdowns or Son of Suckerfish Dropdowns in your web design? While going through our usual testing process (which includes Safari/Chrome, FireFox, Internet Explorer 6, and Internet Explorer 7) we noticed an issue with the menu sticking after you click on a flash element or other content on the page. Adding a simple position:static seems to fix the display issue.

#nav li.hover, #nav li:hover {
position:static;
}

Did that solve it for you? Let us know.

1 comment:

  1. That was just the ticket! Thanks for the tip.

    ReplyDelete