[jQuery] Re: JQuery accordion and TBODY

2008-01-12 Thread andy9989
Hi Karl, Thank you for replying. It looks as animating tbody is not doable because of different display properties, while .show()/.hide() works just fine. I tried to animate it through mootools and Adobe Spry - it does not work. Interesting that mootools make it work only in Firefox, not IE. The

[jQuery] Re: JQuery accordion and TBODY

2008-01-11 Thread Karl Swedberg
Hi Andy, I haven't tried it before, but I imagine it has something to do with the "display" property assigned to the tbody after it is shown. Is the problem occurring in all browsers? Have you tried a simple .show() and .hide() in place of the .slideDown('slow') and .slideUp('slow')? I k