More actions
mNo edit summary |
mNo edit summary |
||
| Line 152: | Line 152: | ||
var frameObj = document.getElementById('tooltipframeidx-' + _activeTooltipIdx); | var frameObj = document.getElementById('tooltipframeidx-' + _activeTooltipIdx); | ||
frameObj.style.left = (x - parentPos. | frameObj.style.left = (x - parentPos.x) + 'px'; //500 | ||
frameObj.style.top = (y - parentPos. | frameObj.style.top = (y - parentPos.y) + 'px'; //105 | ||
} | } | ||
return false; | return false; | ||