PDA

View Full Version : JS Function which tracks id of mouseover



likwid
May 20th, 2008, 11:49 AM
Hi

I'm looking to track the position of the mouse relative to the DOM. What I would like is a function which returns the defined id of the innermost html element (not text node). Any advice would be much appreciated.

:)