FADING LINKS

This script gives your links a fading effect. See example to view effect.

 » This script was made possible by: Piaas !

EXAMPLE
Example Fading Link 1
CODE (s)

==========================================================

Step 1: Download the following file and upload to your server:

FADE.JS

==========================================================

Step 2: Find and edit the following text in the downloaded file:

startColor = "#FFFFFF"; // initial link color
endColor = "#000000"; // final link color
stepIn = 25; // delay when fading in
stepOut = 30; // delay when fading out

==========================================================

Step 3: Place this script into your HEAD tags:

<script src="fade.js" language="Javascript"></script>

==========================================================

MAIN