Title To Note
This nice script uses the standard title attribute to show a message in the bottom right corner of the browser instead of the standard browser tooltip.
Example:
<a href="#" title="bääh">TestLink</a>
becomes TestLink <- Hover this and look on the bottom right.
Examples
<- Hover this image.
TestLink <- Hover this link.
Should work in browsers with support for DOM and position:fixed and also in IE 5+.
Tested in: Firefox, IE5+, Opera7