iGuest 3 Report post Posted March 8, 2005 Pictures slideshowPut this inside <HEAD> <style>body{background-repeat: no-repeat;background-position: 275 150;}</style><script LANGUAGE="JavaScript">var speed = 1500var Pic = new Array() Pic[0] = '.jpg'Pic[1] = '.jpg'Pic[2] = '.jpg'Pic[3] = '.jpg'var tvar j = 0var p = Pic.lengthvar preLoad = new Array()for (i = 0; i < p; i++){preLoad = new Image()preLoad[i].src = Pic[i]}function runBGSlideShow(){if (document.body){document.body.background = Pic[j];j = j + 1if (j > (p-1)) j=0t = setTimeout('runBGSlideShow()', speed)}}</script> Put this in <BODY>onload="runBGSlideShow()" Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 9, 2005 thats sweet.. thanx i was looking for one of these to Share this post Link to post Share on other sites