Cofey
Cofey

Reputation: 11404

Need help with a Slide JavaScript

I need to animate slides from left to right or right to left (depending upon which slide is selected). I have a JSFiddle set up with a JavaScript that I'm trying to get to work. Currently, it displays the last slide upon page load and scrolls top to bottom.

Can someone show me how to make it so it will display the first slide, then move the slides left to right and right to left when clicking the various links.

Please note: it has to be plain vanilla JavaScript -- no jQuery!

http://jsfiddle.net/thebluehorse/b25dR/

Any help would be greatly appreciated!

Upvotes: 2

Views: 196

Answers (1)

Scott Greenfield
Scott Greenfield

Reputation: 2828

Here you go: http://jsfiddle.net/b25dR/18/

This even works in IE6.

Upvotes: 2

Related Questions