Script Title: Rich HTML Balloon Tooltip
Script URL :http://www.dynamicdrive.com/dynamicindex5/balloontooltip.htm
Problem Description:
The script works ok but when the links are inside a div the tooltip appears at the position that the link would be if not inside the div (the problem appears for links that you have to scroll the div to see), a friend advised to see the scrollTop property in here
http://www.quirksmode.org/viewport/elementdimensions.html
which I added in the ballontip.js in the lines 7 and 20 (its in the getposOffset function) which fixed the problem but only in IE any ideas?