1) Script Title: - Pointer image
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...mltooltip2.htm
3) Describe problem:
Hi All,
I used
http://www.dynamicdrive.com/dynamici...mltooltip2.htm this script to show the tooltip. i customized positiontip method to show pointer image upside , downside and in north east direction.
The problem is, it shows pointer isolated to the tooltip division. but again i do mouse over it shows pointer attached to the tooltip div. I am not able to understand why it is happening.if(pointerobj.style.left=='-1000px'){
pointerobj.style.left = curX - offsetfromcursorX -12 + "px";
id.src ="images/arrow-south.gif";
}else{
id.src ="images/arrow3.gif";
}
pointerobj.style.top = curY -offsetfromcursorY -2+ "px";
}
I am new to this forum. In case i did not follow some rules of this forum , please accept my sincere apology.
Thanks



Reply With Quote

Bookmarks