Flashlike message-popup for all your links

Add more infotainment to your textlinks. If your visitor puts his mouse over a textlink a flashlike short-message-animation appears. The script allows you to define a differnet message, font-family and font-color for each textlink. Very easy configuration and copy-and-paste installation.




Over 2000+ free Javascript
at JavaScriptBank.com Website

Sampled by JavaScriptBank.com Just move your mouse over this textlink or over the any textlink on this webpage.
Configuration:
Step 1: Open your webpage. Paste the following code right below the <body> tag of your webpage:


IMPORTANT: Do not paste this code into tables or <DIV> and </DIV> or between any other container!


Step 2: Add the following red code right into your textlinks or imagelinks:
<a href="http://www.yourlink.com" onMouseOver="showmessage('your message','font','color')" onMouseOut="hidemessage()">some link</a>

Step 3:
Replace 'your message' with any message (for instance 'hello'). Replace 'font' with any font-name (for instance 'Arial'). Replace 'color' with any font-color (for instance 'red' or 'FF0000').