Download tooltip with shadow

Demo

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

Comments

No one has commented this - be first!

Post your comment

Don't have an avatar? Create one at Gravatar.com.

Confirmation code:

Go to cbolson.com


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