OffsetX,ClientX,PageX,screenX,OffsetHight,OffsetWidth,OffsetLeft,LayerX
element.offsetHight : inner hight of the element
element.offsetWidth : inner width of the element
element.offsetLeft : distance from main coordinate( x=0 ) to element x-coordinate
element.offsetTop : distance from main coordinate( y=0 ) to element y-...
rejoyan.hashnode.dev1 min read