When clicking the "more info" or "less info" buttons to slide content up or down, a spacing glitch is created in IE7. Using show/hide instead of slideUp/slideDown seems to solve the issue. Is there a way to make sliding work in IE7 without causing this problem?
If you'd like to see the issue and try to find a solution, you can visit this link: http://jsfiddle.net/C9reK/2/
Thank you for any help!
Update
I've noticed that removing "position:relative" eliminates the symptom, as does not animating the content. However, these are not viable solutions for me. I am still searching for a fix that allows animation with relative positioning.
Second Update
I discovered that even using show/hide triggers the problem. When an item in the stacked layout is removed, it repositions the other items but doesn't account for margins. The jittering stops when there are no margins, but margins are necessary. Any ideas on how to resolve this?