| Solution to Suckerfish Menu Sticking in IE7 |
|
| Thursday, 23 November 2006 | |
|
Since IE7 has come out, a lot of people have noticed that Suckerfish dropdown menus are allergic to it. The principal problem is that once they've dropped down, they refuse to scroll back up again. This affects a lot of Joomla sites using Suckerfish variations and also the Extended Menu module.
The solution is thankfully, simple. If your list menu ID is called "topmenu", you only have to add the following lines of code to your css:
#topmenu li:hover, #topmenu li.hover {
Thanks to Built from Source for the original tip and to Sam from Site Coffee for Joomla implementation.
Bookmark
Email This
Comments (6)
![]() written by Rik Weber, February 05, 2007
Had this problem on a rather big website and was racking my brain for ages trying to fix it! Saved my skin there!
written by JS, March 28, 2007
I too was going crazy trying to find a fix ... this does the trick perfectly
written by worcesterwideweb, March 05, 2008
Thanks man that worked great, a problem that was pissing me off!
written by paulgoodsalt, March 30, 2008
this solution doesn't seem to test in all browsers, safari, firefox - haven't bothered checking opera and netscape. It really messes things up so make sure you test in those browsers.
written by Empresas, June 25, 2008
Thanks to this fix my issues, work fine for me in opera and netscape. Thanks mate.
Write comment
|


