Simple Slideshow
This is a simple, guarenteed to work with any browser slide show. It is not java or javascript, but rather makes use of the "refresh" meta tag. Aaahhh...
The meta tag:
<META HTTP-EQUIV="Refresh" CONTENT="2; URL=http://foo.com/slides/first.html">
The CONTENT= relates to time. More specificlly number of seconds until the page refreshes (or redirects).
The URL= is the page to refresh (redirect) to.
Just put a different picture on each seperate page with CONTENT= duration and URL= page with the next slide (page).
Remember to place the refresh tag somewhere between <head> and </head>
This example uses text to speed things along.
START SLIDE-SHOW