Simple Content Slideshow

droplister

New member
Aug 23, 2007
1,233
21
0
NYC
I've been looking for code for an ajax-y slideshow. I've found many image gallery like scripts that will rotate images or let you flip through images and have text on that image. What I need is something that will let me flip through whatever content I have.

What I need is

<div id="slide 1">
<img src="1" />
<h1>Title</h1>
<p>Content</p>
</div>

<div id="slide 2">
<img src="2" />
<h1>Title</h1>
<p>Content</p>
</div>


<div id="slide 3">
<img src="3" />
<h1>Title</h1>
<p>Content</p>
</div>

And then hopefully some translucent arrows on the images to move back and forth. This is the simple working design I have so far.

http://img521.imageshack.us/img521/690/slider.png

This seems to me like a really simple thing, but I cannot find a solution that fits.

I will gladly take a beating for asking a stupid question if it results in a link to something useful.