Jump to content
xisto Community
Sign in to follow this  
iGuest

Slideshow

Recommended Posts

Pictures slideshow

Put 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.