Display Title Tag on Mouseover
Mouse-over
THIS
to make a yellow box appear.
Here is the code:
Put this in between the <head> </head> tags:
<style type="text/css"> <!-- span { color: #000066; text-decoration: none; cursor: hand} --> </style>
Put this in the body of the page:
Mouse-over <span Title="Cool, Huh?">THIS</span> to make a yellow box appear.