dexodus
04-11-2005, 09:38 AM
I am using DHTML tooltip script II http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip2.htm
How do I make it so the tooltip once open doesnt follow the mouse?
right now im using it with an image
<img src="someimage.jpg" onClick="return ddrivetip('description of image')">
and I will add a hide link inside the tooltip but currently wherever the mouse goes so does the tooltip so it makes it impossible to hide it ;)
How do I make it so the tooltip once open doesnt follow the mouse?
right now im using it with an image
<img src="someimage.jpg" onClick="return ddrivetip('description of image')">
and I will add a hide link inside the tooltip but currently wherever the mouse goes so does the tooltip so it makes it impossible to hide it ;)