accordion jump
accordion jump
I'm having trouble figuring out why my accordion is jumping at the end
of the animation...even when remove all padding and margins from the
containers it still jumps. any help would be much appreciated.
example on this page http://www.rev.somatonedesign.com/people/values.php
JS:
$('.drawers').accordion({
header: 'a.handle',
active: false,
autoheight: false,
alwaysOpen: false
});
jQuery('.drawers').accordion("activate",false);
MARKUP:
<div class="drawers">
<a class="handle">Think Different</a>
<div>
Our people...
</div>
<a class="handle">Develop Trusted Relationships</a>
<div>
We believe...
</div>
and so on...