jq-tips
A plugin for jQuery to replace default browser tooltips.
You can use with any HTML since you add the title attribute.
<a href="#" title="The powered tooltip with jq-tips" >Link<a/>
On Javascript you just need to call the plugin.
$(function(){ $('a').jqTips(); });