New on DHTMLGoodies.com:
DHTML Chess is now available for WordPress at WordPressChess.com.
Download balloon tooltip
Licensing
This script is distributed under the LGPL open source license.
Commercial licenses are also available. Some of these licenses also includes personal e-mail support for up to 1 year.
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".
Post your comment
Comment preview: