Ok, I'm new at this so I new I'd have some problems.
so here's my question: My images that I want displayed doesn't show up. Why?
I'm just tinkering with it but I can't figure out why I can't get the images to come up. Does it have to be in a specific folder? I've tried all combinations.
need help fast.
![]()
here's what i have in HTML:
var slideshow_width='140px' //SET IMAGE WIDTH
var slideshow_height='225px' //SET IMAGE HEIGHT
var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
var fadeimages=new Array()
//SET 1) IMAGE PATHS, 2) optional link, 3), optional link target:
fadeimages[0]=["1-45.jpg", "", ""] //plain image syntax
fadeimages[1]=["2-45.jpg", "http://www.google.com", ""] //image with link syntax
fadeimages[2]=["3-45.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax



Reply With Quote
, the address

Bookmarks