I use accordion with jQuery 1.4.1 and UI 1.7.2 and the margin is not animated when the height is.
What about you ?
]]>The other bigger problem is that the hidden divs are unfortunately shown directly on start in internet explorer. I tested it in IE6&7. And the sliding effect is also very strange.
Does anyone of you know if I have to give additional styling for IE???
Here is my site I am working on:
http://www.haus-plan.de/01Hausplan/
the red titles are slideable in the content area and the two Slide words on the right panel.
I noticed that Internet Explorer runs the first Slide word on the right panel correctly. Here its div is first hidden and only shows up when we click and let it slide down. But for the other divs they are shown in the beginning which is very sh…..
Please help meee….
]]>Are you sure though that this problem is fixed in 1.3 and higher? I am currently using 1.3.2 and I still have this problem.
Either way, I’m glad you found a fix.
Thank you so much.
Regards, Mikey.
]]>The other one it that whenever you have an element without fixed dimensions, the animation stops and jumps at the end.
(my very unprofessional guess is that it is because jquery has to calculate the animation “as it goes along” without fixed dimensions as a “goal”).
Unfortunatley, you can’t alway set a fixed height to a element, if you want to put dynamic content in it, but in those cases, you can probably set a width, which works just as good. any dimension seems to be fine, height OR width, just as long as there is a fixed size either way!
]]>I had the same issue but only with the min-height. Again, I put it into inner and all works just fine.
Thanks for clarifying that trick.
]]>