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.
Monday, February 2, 2009
Subscribe to:
Posts (Atom)