» home
» contact
» terms of use

FREE SCRIPTS
» new
» text
» image
» utility
» background
» animation
» date/time

FREE ONLINE TOOLS
» code generators
» text animator
» drawing animator
» color animator
» slideshow factory
» javascript speed test

FREE BASIC SNIPLETS
» alert box
» image: multi-rollover
» pop-up: centering
» more

FREE'N'CRAZY
» realtime death counter
» eyeQ
» fun ticker

RECOMMENDED LINKS
» www.dynamicdrive.com
» www.hotscripts.com

Free JavaScript utility: link colorchange animation on rollover
This script creates a unqiue rollover animation for any textlinks. Easy copy-and-paste installation and easy configuration of colors. Internet Explorer 5x/6x/7x/8x, Firefox 2x/3x/4x, Opera 7x/8x/9x/10x, Google Chrome 3x/4x.

Test the script
Touch this link to start the link-animation.

Configuration
Step 1: Paste the following code between the <head>-tag and </head>-tag:


Step 2: Open your webpage and add a link like this:

<a href="http://www.yourdomain.com" id="any_link_id" onMouseOver="startanimation(this.id)" onMouseOut="stopanimation()">Touch me to start the animation</a>

GREEN Do not change this code.
RED: Give your textlink an id.

Step 3: Go to the <head>-section of the script and configure the speed and the colors of the animation.