slideToggle height is "jumping"

Johannes picture Johannes · Feb 24, 2010 · Viewed 32.4k times · Source

My jQuery slideToggle() experiment

Can anybody tell me why my boxes "jump" when i open them? The first half they slide, the rest they "jump"??

Thanks, Johannes

Answer

Doug Neiner picture Doug Neiner · Feb 24, 2010

Its a simple fix. Add this CSS rule to your stylesheet (Tested in Firebug to work, and from my past experience with this problem, this is the fix):

ol.message_list { position: relative }

It is a CSS bug, not a jQuery bug per se.