Saturday, November 25, 2006

How to make a dynamic TOOLTIP

Popup a help tip or information layer onmouseover using this object-based DHTML tooltip code. The basic version, presented on this page, can contain plain text or rich html, images, or images and text. The tooltip can be displayed over a background image. It can move with mouse movement. And it is easy to customize and modify.
Content to be displayed in the tooltip can be passed from the onmouseover event handler itself, or it can be contained in global variables or arrays, or it can be dynamically generated, for example, from database query results.


For Eg visit: http://www.dyn-web.com/dhtml/tooltips/

0 Comments:

Post a Comment

<< Home