I am using the same image map with multiple images.
Is there any way within $("AREA").mouseover(function(e){
  });

to get the ID of the image that is currently moused over? e.target,
e.currentTarget and e.relatedTarget don't seem to be reliable when
trying to retrieve the ID of the image. e.relatedTarget sometimes has
the ID of the image but other times it has the ID of the previous
<area> that was moused over.

Thanks for your kind help.

Reply via email to