============================================================ Script: 2-Way Background Images SlideShow Positionable Images or Full Page-Space Display Functions: Runs an image slideshow in the background of the page, underneath the page content. Used with the accompanying sytle script, images are discretely positionable in the page space, just like a regular slideshow. Leave out the style script, and the slideshow runs with full page-space presentation. Browsers: IE 4.0+ or NS 6.0 (degrades gracefully in others) Author: etLux ============================================================ ------------------------------- Step One: Installing the Script ------------------------------- -------------------------------- Step Two: Starting the SlideShow -------------------------------- Modify your tag to add the following onload event ---------------------------------------- Step Three: Installing the Style Script ---------------------------------------- Method One - Positionable Images ---------- Put the following style sheet in the of your page. Normally it will go *before* the script above. Set the position x y in pixels in the background-position element to position the images in the page. Do not use commas between the values! Method Two - Full Page-Space Background ---------- Easy - just omit the style script above from the page. The background images will then repeat across the page, as usual. ============================================================