More actions
mNo edit summary |
mNo edit summary |
||
| Line 156: | Line 156: | ||
frameObj.style.left = ((x - parentPos.x) + _posCorrectionX) + 'px'; | frameObj.style.left = ((x - parentPos.x) + _posCorrectionX) + 'px'; | ||
}else { | }else { | ||
frameObj.style.left = ((x - | frameObj.style.left = ((x - parentPos.x) - frameObj.offsetWidth - _posCorrectionX) + 'px'; | ||
} | } | ||
frameObj.style.top = ((y - parentPos.y) + _posCorrectionY) + 'px'; | frameObj.style.top = ((y - parentPos.y) + _posCorrectionY) + 'px'; | ||