tags:

views:

62

answers:

4

http://pal-auto.ebizautos.com/

if you look at that page above, there is something that looks like a carasel which operates when the mouse is over each item and slides to the left. does anyone know if anything like this exists in jquery already premade?

thanks

+1  A: 

Go on the jQuery site and search for accordion plug ins.

Mark Schultheiss
http://plugins.jquery.com/
Brian
thanks that was the name i was trying to remember :p .. i knew i had seen it somewhere
+1  A: 

http://plugins.jquery.com/project/accordion

Clint
+1  A: 

jQuery Kwicks does exactly what you're looking for: horizontal-accordion style navigation.

http://www.jeremymartin.name/projects.php?project=kwicks

Jonathan Sampson
A: 

There is an official accordion plugin included in the jQuery.ui package that might do what you need.

Jacob