March 16, 200917 yr Can anyone link me to a horizontal animated collapsible div script using jQuery? Thanks.
March 16, 200917 yr I'm struggling to visualise what the outcome of putting "horizontal", "animated" and "collapsible" together might be... Did you see something somewhere that's close to what you want, and does it have a URL?
March 16, 200917 yr you mean like an accordion type thing? http://jquery.bassistance.de/accordion/demo/
March 16, 200917 yr Author @Dizi, Not exactly what I'm looking for this is exactly what I'm looking for only horizontal: LINK
March 16, 200917 yr This may be adaptable to what you need: http://designreviver.com/tutorials/jquery-...ntal-accordion/ Or possibly this: http://letmehaveblog.blogspot.com/2007/10/...-accordion.html Disclaimer: although I'm a jQuery freak, I've never used accordion plugins. But these look promising.
March 17, 200917 yr Should be able to just use the animate() function in jQuery. Animate the width of the element. If you're having problems with it pushing other content around on the page, put the element you're wanting to animate inside another div that has a fixed width.
Create an account or sign in to comment