Javascript Methods JavaScript Reference

Note:
Returns the element located at the specified point.
    
Syntax:
    
document.elementFromPoint(param1, param2)
Parameters:
    param1   Required; the X coordinate of the specified point.
    param2   Required; the Y coordinate of the specified point.