Download balloon tooltip

Demo

Bookmark and Share

Download script

You can download the script from this Zip file

Implementation

On the words that should have tooltip, insert a tag like this:
<a href="#" onmousemove="showToolTip(event,'This is a simple, simple test');return false" onmouseout="hideToolTip()">A word</a>

You don't have to use the <a> tag if you don't want to. A <span> tag is just as useful. Example:
<span class="tooltip_text" href="#" onmousemove="showToolTip(event,'This is a simple, simple test');return false" onmouseout="hideToolTip()">A word</span>

Download images

There are 3 images used in this script. You can download them from this zip file. They should be placed in a subfolder called "images".


Tweet

Advertisement:
A logo design contest at Logomyway



About/Contact | A good idea? | Submit a script | Privacy notice
© 2005 - 2010 dhtmlgoodies.com