MouseEvent offsetX属性是一个只读属性,用于返回鼠标指针相对于目标元素的 x 坐标。
句法 :
event.offsetX
返回值:它返回一个数字,表示鼠标指针的水平坐标,以像素为单位。
下面的程序说明了 MouseEvent offsetX 属性:
示例:找出鼠标指针相对于 Click inside the green box to get
the x-coordinate relative to the top edge. The x-coordinate, relative to
the top edge of the DIV element is:
输出: 支持的浏览器:元素的水平坐标。
GeeksforGeeks
MouseEvent offsetX Property