http://www.dynamicdrive.com/dynamici...xedtooltip.htm
How would I add images to the displayed tooltip rather than text?
Printable View
http://www.dynamicdrive.com/dynamici...xedtooltip.htm
How would I add images to the displayed tooltip rather than text?
Use this mouseover syntax instead of the one shown on the demo page:
Code:onmouseover="fixedtooltip('<img src=\'some.gif\'>', this, event, '150px')"