Forum Moderators: not2easy
Please review the Terms of Service [webmasterworld.com] regarding the posting of personal URLs.
There was a recent discussion regarding custom tooltips:
[webmasterworld.com...]
a:hover span {
display: block;
position: relative;
border: 1px solid black;
bottom: -1.2em; /* you'll definitely need to adjust this */
color: black;
background-color: white;
}
<a href="some_url">Widgets<span> These widgets are uber leet! Get some today!</span></a>
Or something like that. No messy JS to cut into your load time, either.