1) Script Title: Rich HTML Balloon Tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...oontooltip.htm
3) Describe problem: How can I get the ballon above and centered over the link?
How can I change the cursor?
1) Script Title: Rich HTML Balloon Tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...oontooltip.htm
3) Describe problem: How can I get the ballon above and centered over the link?
How can I change the cursor?
By default the tooltip will automatically appear on top of the anchor link if there isn't enough space to the bottom to fully show the tooltip. Are you asking how to always get the tooltip to appear on top? If so inside the .js file, find and comment out the below line (new code in red):
Code://if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure) //move up? edgeoffsety=dropmenuobj.contentmeasure+obj.offsetHeight+(verticaloffset*2)
DD Admin
Bookmarks