
Originally Posted by
ddadmin
Looking at the issue, I'm not sure the right approach is to "fix" something within the script. The problem occurs basically because you've added "margin-bottom" to the DIV that's being collapsed- once the DIV is fully collapsed, it essentially disappears from the page, including the margin you've defined for it. When the margin disappears, that's when the "jumping" occurs.
Are you able to apply the margin to an element following the collapsible DIV, thus avoiding this issue?
Bookmarks