tooltip title one goes here.
The First Tooltip message and anything else goes here.
earth Like tabs, tooltips are based on the ability of javascript to re-write css dynamically with the getElementById method. This scheme is based on a javascript function that changes the "visibility:visible" and "visibility:hidden" style properties. In this example, onMouseOver and onMouseOut are used to activate the tooltip. Roll over the earth icon to see what happens.

click to close this tooltip.
The second Tooltip message and anything else goes here.
earth This is the same javascript schema, except that OnClick is used rather than onMouseOver. The tooltip is closed using OnClick as well, but it is applied to the tooltip div itself. Click on the earth icon to open the tooltip, and on the tooltip title to close it.