Mr Foo Bar
Mr Foo Bar

Reputation: 195

Implementing a horizonatal <div> carousel using prototype.js and scriptaculouas

I need to implement a carousel of 5 divs with 3 that appear and two the are off screen. I want to cycle through the divs with arrows so that they move around like a carousel.

I know you can do this with jQuery - but I'm limited to using prototype.js and scriptaculous.

What is the simplest way to do this?

Upvotes: 0

Views: 838

Answers (1)

Ifi
Ifi

Reputation: 540

check out the implementation of

http://miedlar.com/dev/carousel

http://scripteka.com/script/prototype-carousel

Upvotes: 1

Related Questions