MooTip
This is an experiment with the MooTools tip function
by ajrdesign
HTML
<h3>Switch to landscape mode to keep the <a href="" onclick="return false;" class="tooltip" title="Hellow there world">Tool Chest</a> , <a href="" onclick="return false;" class="tooltip" title="What is up?">File Access</a> and <a href="" onclick="return false;" class="tooltip" title="Welcome back">Bookmarks</a> tabs open </h3>
JavaScript
/* Tips 3 */
var tooltip = new Tips($$('.tooltip'), {
showDelay: 200,
hideDelay: 200,
fixed: true
});