On Jul 19, 10:31 pm, "Mitchell Waite" <[EMAIL PROTECTED]> wrote: > You are correct, I prefer Adobe's approach. Actually I have seen more > accordions like Adobe's then Joern's accordian control but I would love to > find a way around using SPRY because as good as it is, it's not easy to > manipulate like jQuery is. The height of the div is set as a min-height > property but you can make it static. > > And somehow they get it to always stick to the top and bottom when opening a > closing. Thanks again for helping out a really dummy. Thanks for bringing this up, its definitely a good point. Setting a static height helps to reduce the whole page moving, but the accordion movement itself it still a bit annoying. My current idea is to exchange the default easing with a linear easing, that should make the animations more steady. Anyway, welcome to this list and jQuery!