Hi
When an <h3> that is the header in an accordion is clicked, jQuery
adds an "active" class to the h3. The stylesheet then assigns
h3.active { left-margin: -25px } I would like to animate the 25
px shift from the default left-margin: 0px to -25px, and also animate
the return back to 0px when another h3 header has been clicked.Can anyone help me with that code? Thank you

