Web www.gerd-tentler.de
Version 2.2 (released Apr. 12, 2009) [Download]

Usage

First, adapt the contents.js file to your needs. This file contains the contents for your slideshow.

Then adapt the configuration to your needs and insert these lines into your HTML body where you want the slideshow to appear:
<script type="text/javascript" src="contents.js"></script>
<script type="text/javascript" src="slideshow.js"></script>
You should also put the following line on top of your HTML page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
This is necessary to fix the CSS box model bug of Internet Explorer.

NOTE: The actual width of the slideshow DIV depends on the size of your slideshow contents. You can of course set the visible slideshow area to any size you wish, but this has no effect on the actual width. If the actual width is bigger than the width of your browser window, a horizontal scrollbar might appear. You can avoid this by putting the page with the slideshow script into a frame with scrollbars turned off.

Comments