does anyone know how i can get the id of any element when the mouse is over ?
I want to show a div (box) over the elements (tags) the mouse is over. I cannot modify
try this
function Test(e) { alert(e.id); }