BackGround Slide
Written by admin on December 25, 2008 – 6:44 am -This script will definitely catch a few eyes.
Author: Brent Blackburn (FearNoEvil420@Hotmail.com )
<!-- ONE STEP TO INSTALL BACKGROUND SLIDE:
1. Copy the coding into the HEAD of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
for (t = 2; t > 0; t--) {
for (x = 20; x > 0; x--) {
for (y = 10; y > 0; y--) {
parent.moveBy(0,-x);
}
}
for (x = 20; x > 0; x--) {
for (y = 10; y > 0; y--) {
parent.moveBy(0,x);
}
}
for (x = 20; x > 0; x--) {
for (y = 10; y > 0; y--) {
parent.moveBy(x,0);
}
}
for (x = 20; x > 0; x--) {
for (y = 10; y > 0; y--) {
parent.moveBy(-x,0);
}
}
}
//-->
// End -->
</script>
<!-- Script Size: 1.00 KB -->
Tags: Background Effects
Posted in Background Effects |