Lets Get Flashy With Your Links
Next mouseover sample [ 2 ]
[Home]
[ Tip 1 ]
[ Tip 2 ]
[ Tip 3 ]
[ Tip 4 ]
[ Tip 5 ]
[ Tip 6 ]
[ Tip 7 ]
[ Tip 8 ]
[ Tip 9 ]
Copy and paste the below code to your page, change the colour
to suit your background and you're away
<script language="JavaScript"> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function initArray() { for (var i = 0; i < initArray.arguments.length; i++) { this[i] = initArray.arguments[i]; } this.length = initArray.arguments.length; } var colors = new initArray( "white", "#FF1CAE", "green", "purple", "cyan", "yellow", "red"); delay = .5; // seconds link = 0; vlink = 2; function linkDance() { link = (link+1)%colors.length; vlink = (vlink+1)%colors.length; document.linkColor = colors[link]; document.vlinkColor = colors[vlink]; setTimeout("linkDance()",delay*1000); } linkDance(); // End --> </script> </blockquote> |
Please remember that NOT all browsers will support all types of comands,
some are java and some are html, and at times the two don't mix so well, but try them anyway.