HTML JavaScript DHTML



document.elementFromPoint() Method

function showElemUnderneath() {
    var elem = document.elementFromPoint(event.clientX, event.clientY)
    document.all.mySpan.innerText = elem.id
}
document.onmouseover = showElemUnderneath



document.elementFromPoint() Method

Roll the mouse around the page. The coordinates
of the mouse pointer are currently atop an elementwhose ID 
is:"".



 



    Cell A1
    Cell B1


    Cell A2
    Cell B2


    Cell A2
    Cell B2


Section 1
text.


Section 2
text.



Here is a positioned element.