New on DHTMLGoodies.com:
DHTML Chess is now available for WordPress at WordPressChess.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
No one has commented this - be first!
Post your comment
Comment preview: