document.elementFromPoint support in mozilla/firefox
Bug 199692 has been fixed on the trunk of firefox 3.0. So all 4 major browsers are supporting elementFromPoint now. Though Opera's support is a little bit different with others.
Labels: firefox
2 Comments:
i am using an document.elementFromPoint
var oE.ostr;
oE=document.elementFromPoint(event.x,event.y);
ostr=oE.name;
return ostr;
this code working on IE fine, but in firefox not return any id or name , I am using firefox 3.0
Hi, Shankar,
If I were you I will check if the event is used properly.
More information about event in mozilla/firefox can be found at http://developer.mozilla.org/En/DOM:event.
Post a Comment
<< Home