This java script makes a block of HTML float around.
This can be sped up or slowed down and you can replace the current picture etc. with anything you wish
Click here for info on changing this script
First copy the following source code, and paste it into the HTML for your
website. Put it between the <body> tags. e.g <body> put it here
</body>
Copy, and paste this source code right after the previous one.
Make sure you get it all, there's a few lines of it.
To change the following things, the part in the source code you have to change is in blue.
|
Change what? |
Source Code |
Example |
| Picture / text | Replace or add to the table or delete everything between <!--Please delete this table and insert into your html elements--> and the other one like it. They are in the first source code. | <!--Please delete this table and insert
into your html elements-->
Your HTML Here <!--End of the customizable area, please do not delete div the tag --> |
| Position | In the second part, somewhere near the
top you will find a bit like this:
var XX=20; // X position of the scrolling objects |
var XX=300; // X position of the scrolling objects var xstep=1; var delay_time=60; This will make it go where i have mine. |
| Speed | var delay_time=60; | var delay_time=90; |