- Menu scripts
- Window scripts
- Calendar scripts
- Gallery scripts
- Form widgets
- XP widgets
- Table widgets
- Drag and drop
- Folder trees
- Tooltips
- AJAX scripts
- Misc scripts

- Javascript games
- Chess widgets
- DHTML Suite
- Top sponsors
- anbieter-vergleichen
- Sigmalist.com
- Metis.net
- More
- Top referers
- Yahoo
- smashingmagazine.com
- miniajax.com
- noupe.com
Download balloon tooltip
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".


