Cursor trailer script!!!!!!!!!

 

----------Cursor Trailer Text

By:Peter Gehrig

Example: Move your mouse........

Step 1: Insert the below script inside the <head> section of the page:

To change the message, simply configure variable "message". As a general tip, the shorter the message, the more efficient the script runs. The text style can also be altered (change the declarations within the <style> tag.

Step 2: Add the below script anywhere inside the <body> section of the page:

 

Step 3: Finally, what's left now is to insert the following BODY onload event handler inside the <body> tag itself:

<body onLoad="makesnake()"
style="width:100%;overflow-x:hidden;overflow-y:scroll"
>

and you're done.