Domtooltips
Domtooltips is a script which can show you the information about a part of your code when the mouse is over it. It used HTML, CSS, Javascript and DOM for developing Domtooltips. It is very easy for use. Just take the parts of the code, which must show tooltips, in "span" tags and set "domtooltips" the classes of the "span" tags. The values of "title" attributes of the "span" tags are the contents of the tooltips.