S3 Slider is a simple slideshow that displays images with their description.
This is an complete rewrite to make it smaller / simpler / more elegant.
Works in IE6 + the rest.
Demo(older version, new looks similar) or Simple demo of new version
Download s3-slider.js / s3-slider.css (choose minified version for production).
<script>
jQuery(function($){
$('#slider').s3Slider({timeout:6000,fadeTime:1000});
});
</script>
In IE6 the animation will start with a instant fade from blank->image, if you do no like this, make the first slide visible (display:block)
timeout : miliseconds or 'slow'/'fast' default: 6000
fadeTime : miliseconds or 'slow'/'fast' default: 1000
Current version: Michael Grosser
Original:
Developped By: Boban Karišik
CSS Help: Mészáros Róbert