Jump to content

image slide show


astralaaron

Recommended Posts

I have this real basic slide show here, I would like to know if it is possible to alpha these images in and out.. if so.. how?heres my slideshow.

<html><head><script type="text/javascript">var img1=new Image()img1.src="01.jpg"var img2=new Image()img2.src="02.jpg"var img3=new Image()img3.src="03.jpg"</script></head><body><img src="01.jpg" name="slider" width="500px" height="375px" /><script type="text/javascript">var i=1function slide(){if (!document.images)returndocument.images.slider.src=eval("img"+i+".src")if (i<3)i++elsei=1setTimeout("slide()",500)}slide()</script></body></html>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...