CodeEazy:Solving Problems, Simply
Simple Tooltips

Examples

Hover your mouse here to see simplet tooltip.
Larger tooltip.
Formatted tooltip.
Image tooltip.

How to do it?
Insert the following code in a HTML document and you can see tooltips working for you:

<script type="text/javascript" src="mktooltip.js"></script>
<a href="javascript:void(0)" onmouseover="showtip(event, 'Simple tooltip');"
onmouseout="hidetip();">Hover your mouse here to see simplet tooltip.</a><br>
<div id="mktipmsg" class="mktipmsg" ></div>

The last div can be placed anywhere inside the body of the document.

Download
mktooltip.js