I tried to slide in and out a DIV with the toggle function of jQuery but the result is always jumpy at the start and/or end of the animation. Here\'s the js code that I use:
Try setting the 'position' property of the the container (in this case the .notice div) to 'relative'.
Worked for me. Source: slideToggle height is "jumping"