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.
Subscribe to:
Post Comments (Atom)
That was just the ticket! Thanks for the tip.
ReplyDelete