
Originally Posted by
Trippnessa
I want the images to automatically scroll through each other slowly...
This image slideshow is easy to install. It auto slides or fades images.
Your HTML:
Code:
<div class="MagicSlideshow">
<img src="example1.jpg"/>
<img src="example2.jpg"/>
<img src="example3.jpg"/>
</div>
Then put a link to the JS and CSS after the <head>.
You can change the speed like this (6 seconds):
Code:
<script type="text/javascript">
MagicSlideshow.options = {
'speed':'6'
}
</script> You can also change effect, direction, color, thumbnails, icons, arrows, text. Look at the examples page for ideas.