Web Designing Made Easy

Add to Favourites Tell a Friend

 Print this Page

Make Your Home Page
 

Create Free Websites

Google
Web This Site

HTML Tutorial

JavaScript Tutorial

CSS Tutorial

PHP/ASP

CGI Tutorial

Free Web Tools

Free FTP Tool

Free websites

Free Bullets

Free Templates

Free Logos

Tutorials

Free Keywords Software

Free Web Tools

Free JavaScripts

Other Services

Quick Links

Tell a Friend

Submit a Tutorial

Links

Free Resources

Translate a webpage in your Language

Earn money with your website

Free Website Submission

Suggestions

META Tag Generator

HTML Encryptor

Check Site Popularity

Search Suggestion Tool

Menu Generator

Ads Network

Valid CSS!

HomeHome |AdvertiseAdvertise | Contact UsContact Us |Free Resources Free Resources |Submit a Tutorial Submit a Tutorial

 


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 textlink or over the any textlink on this webpage.


Configuration:

Step 1: Put the script-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').

Save the following script as utilwordmarker.js.