Lynnew
03-07-2005, 11:26 PM
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm"
1st problem:
var slideshow_width='140px' //SET IMAGE WIDTH
var slideshow_height='225px' //SET IMAGE HEIGHT
var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
This script claims to adjust for differences in image size - so which width & height do we put in....the largest? Or do we need to set width & height for each image? I've tried largest, and that didn't work
2nd problem:
On this part, I'm inputting full path to image, including /photo1.jpg
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]="http://eteamz.active.com/cyfairironmaidenslacrosse/images/CL-8thgraders4slideshow/photo1.jpg"
fadeimages[1]="photo2.jpg"
fadeimages[2]="photo3.jpg"
Is this correct? Why can't I get any images to show?
Please help!
Thanks so Much!
1st problem:
var slideshow_width='140px' //SET IMAGE WIDTH
var slideshow_height='225px' //SET IMAGE HEIGHT
var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
This script claims to adjust for differences in image size - so which width & height do we put in....the largest? Or do we need to set width & height for each image? I've tried largest, and that didn't work
2nd problem:
On this part, I'm inputting full path to image, including /photo1.jpg
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]="http://eteamz.active.com/cyfairironmaidenslacrosse/images/CL-8thgraders4slideshow/photo1.jpg"
fadeimages[1]="photo2.jpg"
fadeimages[2]="photo3.jpg"
Is this correct? Why can't I get any images to show?
Please help!
Thanks so Much!