Sunday, July 26, 2009

[jQuery] Re: Superfish drowdown doesn't close (IE 7 + IE 8 tested)

try changing animation option for height to 'show'

$('ul.sf-menu').superfish({
                animation: {opacity:'show', height:'show'},
                dropShadows: false
            });

you still get a slidedown effect and can also add option speed:

conlabz-cs wrote:
 On one of our websites I'm using a horizontal superfish menu. It works fine in FF and Safari, but I have a problem with the dropdown in IE 7 and IE 8. It doesn't close if I got to another menu entry. I tried to look for a solution, but had no chance to find it... I guess that the problem is in the javascript files. I don't think that it is a CSS problem.  You can try to look at: www.trassenheide.net. Here you can see my problem.  Thanks...   

No comments: