DekGenius.com
Team LiB   Previous Section   Next Section
Document.elementFromPoint( ) determine which HTML element is at a given point

Availability

Internet Explorer 4

Synopsis

document.elementFromPoint(x, y)

Arguments

x

The X-coordinate.

y

The Y-coordinate.

Returns

The HTML element that appears at point (x, y) in document.

    Team LiB   Previous Section   Next Section