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>
                                              <p>Our people...</p>
                                        </div>

                                        <a class="handle">Develop Trusted 
Relationships</a>
                                        <div>
                                              <p>We believe...</p>
                                        </div>
and so on...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to