Hi there, been using DD since 98, and surprisingly this is my first post!
Anyway, I've been using animatedcollapse a great deal. It's so flexible that I've found about a dozen different little uses for it, I especially like to nest divs within divs to create navs and subnavs with this script (now even better with the persistence option!).
I too would like to be able to use it for horizontal collapsing.
I changed the line:
Code:
var animateSetting={height: action}
to
Code:
var animateSetting={width: action}
Which works, for the most part, with one small glitch. Right after the div/s collapse there is a brief flash showing where the div once was, and I'm not sure how to fix this.
Any advice?
Bookmarks