A script that will float one or
several images around the screen. Each image can include a URL link. It can
create a very nice effect.
EXAMPLE
You
should see three images floating on the page.
1) Insert these scripts in the
<HEAD> section of the page.
2) Download this ZIP file
with the moveobjectslib.jsand unzip into the appropriate directory. The zip file includes the images we've
made to help you with the script.
3) Insert the onLoad
event handler inside the <BODY> tag as follows:
<body
onLoad="runThemAll();", followed by
other tags such as bgcolor, etc..
4) Define the images, their path and the links in this section of the script:
createRandomChips(false,
'script_files/floating_image1.gif','dhtml_scripts.html',
'script_files/floating_image2.gif','dhtml_animation.html',
'script_files/floating_image3.gif',null); //
set to null for images without a URL link
// You can add as many images as you like
5) Define the path to the script file in the <HEAD>
section: