I am looking for a simple image CSS slideshow, images that fade into the next, with link capability for each image. Very simple, but I can't find one!
See fading images here: http://www.casadefruta.com/index-test.php
The above is all I want, but I am not sure how to hook up the links.
Any thoughts?
CSS alone won't do what you want. But jQuery Cycle plugin will.
http://jquery.malsup.com/cycle/
Add hyperlinks to images the way you normally do.
<div class="slideshow">
<a href="link1.html"><img src="image1.jpg"></a>
<a href="link2.html"><img src="image2.jpg"></a>
<a href="link3.html"><img src="image3.jpg"></a>
</div>
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
North America
Europe, Middle East and Africa
Asia Pacific