- 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 tooltip with shadow
Put this into your <HEAD> section
Put this into your <BODY> section
Configuration
The tooltip is displayed by use of a plain <A> tag. Example:
<a href="#" onmouseout="hideTooltip()" onmouseover="showTooltip(event,'Text of tooltip');return false">Roll over me</a>
The "showTooltip" function is called when someone moves their mouse over the link. This function takes two arguments:
- event = Always the first argument
- "Text of tooltip" = The text you want to be displayed in the tooltip
The "hideTooltip" function hides the tooltip when the user moves the mouse cursor away from the link


