Flashlike message-marker 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. Made for IE4x.

Test the script
Just move your mouse over this textlinkor over the any textlink on this webpage.


Configuration:

Step 1: Put the file 'utilwordmarker.js' into the same folder as your webpage.

Step 2: 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 3: 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 4:
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').

Click here to download files