slideToggle strange behaviour only in IE (6/7)
hi,
i'm having problems with a slideToggle effect with IE (6 and 7). it works fine with firefox and opera (windows/linux).
basically i have a div which contains a punymce wysiwyg editor (
http://code.google.com/p/punymce/
). when triggering a slideToggle, it just hides every element correctly, except for the punymce that is hidden/shown without following any effect whatsoever.
i set up a page with my problem:
http://lixxi.com/francisco/test.html
on slideDown) punymce -or some of its inner containers- suddenly appear, then the rest of the elements are shown correctly respecting the effect
on slideUp) punymce -or some of its inner containers- are the last to disappear from the screen, the rest of elements are hidden correctly respecting the effect
i just noticed that if i remove the first line of the document (the doctype), actual behaviour changes but the effect is still weird.
any ideas how this can be fixed? any other pointers? or this is a punymce issue?
thank you,
francisco