Js——elementFromPoint方法

src: http://www.aspxuexi.com/html/dhtml/2007-8-30/elementFromPoint.htm
语法:
oElement = document . elementFromPoint ( iX , iY )
参数:
iX :  必选项。整数(Integer)。单位:象素(Pixel)。定位横坐标偏移量。
iY :  必选项。整数(Integer)。单位:象素(Pixel)。定位纵坐标偏移量。

返回值:
oElement :  对象(Element)。返回获取的对象的引用。

说明:
根据横纵坐标值 iX 和 iY 获取对象 oElement 。 oElement 必须支持和响应鼠标事件。
提供的坐标是客户区坐标。客户区的左上角为 (0,0)。
当将此方法用于 Structured Graphics 或 Sprite 对象时,必须设置 MouseEventsEnabled 属性值为 1 。

示例:(www.aspxuexi.com)





  • 列表项目1
  • 列表项目2
  • 列表项目3
  • 列表项目4


请将鼠标移动到项目列表上。

elementFromPoint方法2007-8-30 19:33:19 www.aspxuexi.com

转载于:https://www.cnblogs.com/htht66/archive/2007/10/03/913443.html

你可能感兴趣的:(Js——elementFromPoint方法)