To create fading tooltips is easy cake.
Here are the steps:
- Download MooTools JavaScript framework from it’s website, http://www.mootools.com or you can find it inside this archive.
- Include CSS file, tooltips.css.
- Include JS file, tooltips.js.
- Make sure an image file named bubble.png is in images folder.
- And finally you need to add class=”tooltip” and title=”Tooltip Title :: Description goes here” on every HTML object you want to have tooltip on it.
Posted by frozenade 



