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

2009-07-26 Thread Charlie
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

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

2009-07-26 Thread conlabz-cs
Thanks... It works fine for me! Charlie Tomlinson wrote: try changing animation option for height to 'show' $('ul.sf-menu').superfish({ nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; nbsp;nbsp;nbsp; animation: {opacity:'show', height:'show'}, nbsp;nbsp;nbsp;