With the following options enabled at my site move your mouse cursor over any of the headers (default is a purple background) and click to toggle the collapse/expansion of it's associated layer...
http://www.jabcreations.com/blog/?&back ... leffects=1
The issue is that the width of the associated div is being set to auto...you can tell when it collapses horizontally during the animated transition however I'd like it to retain it's width from before the collapse during the collapse animation (and expansion) as well.
Here is the code associated with header level 2 elements...
Code: Select all
$("h2").click(function(){$(this).next('form').BlindToggleVertically(1000,null, 'bounceout');return true;})