Making words follow the mouse

C

camren

Matt:

This was probably done with javascript, so look at your
page in HTML view and look for the <SCRIPT> tags. That
should contain all the mouse trail effect code. Delete
everything between the script tags including the tags
themselves.

Here's a site with the code to create mouse cursor
trails, and you'll see that the operative code is all
javascript:
http://www.dynamicdrive.com/dynamicindex13/trailer.htm

Cheers,
Carmen
 
Top