views:

88

answers:

3

Hello!

I am trying to create a slideshow like the one on this site: http://www.marthastewart.com/

However, I would like to use JavaScript and CSS instead of Flash. I would be super grateful for any suggestions on how to do this. I am currently using the InnerFade plugin, which works great for the slideshow part, but I can't figure out how to integrate the navigation; I'm not even sure where to start! :) I'm open to starting over from scratch and not using InnerFade.

Thanks for any help!

+1  A: 

For something simple you could use Jquery Cycle http://jquery.malsup.com/cycle

It's easy to integrate and supports navigation: http://jquery.malsup.com/cycle/int2.html

digitaldreamer
+1  A: 

A lot of the Thickbox type galleries have slideshow and navigation support built in. For a pretty comprehensive (read: overwhelming) selection, check out this link;

http://planetozh.com/projects/lightbox-clones/

jQuery cycle is prob all you'll need though...

MatW
A: 

i use this one quite often - link

and here are some links to other examples

link1

link2

link3

link4

pixeltocode