Re: get element location



dave.wayne@xxxxxxxxx wrote:
Does anyone know of a script/know how to detect what elements are on a
web page, givin only the co-ordindates of event.pagex and event.pagey ?

IE has document.elementFromPoint(x,y), but Mozilla/Firefox do not.
However, there is a quite interesting thread on simulating IE's
functionality at:
http://www.codingforums.com/showthread.php?t=21674

Csaba Gabor from Vienna

.