horizontal-accordion

jQuery Horizontal Accordion

I'm looking for a very simple-to-implement horizontal accordion and was wondering what others are using. This is the kind of thing I'm looking for. ...

How to Add Auto-Rotation to a jQuery Horizontal Accordion

I've built a horizontal accordion that animates on click. I want to add auto-rotating functionality to it so the slides will rotate by themselves every three seconds but i cannot figure this part out... Here is the code for the Horizontal Accordion: <div id="slideshow"> <ol id="slides"> <li class="slide open active" id="slide-1"> ...

Take bounciness out of horizontal accordion

http://vincent-massaro.com/map/ Here is an example I am working on of a horizontal accordion linked with a Google map. The problem I am having is when you click on a slice on the right side, and then click another slice while the previous one is open, the first slice bounces in place. Any way to remove the bouncing going on? Thanks! ...