From: Brandon M. <tr...@us...> - 2000-11-09 01:19:22
|
e.x and e.y are the positions of the mouse relative to the e.src object. e.pageX and e.pageY are the exact locations of the mouse relative to the upper left corner of the document window (not the browser window). Hope this helps. ----- Original Message ----- From: "Daniel HERLEMONT" <dhe...@ya...> To: <dyn...@li...> Sent: Wednesday, November 08, 2000 5:43 PM Subject: [Dynapi-Help] Document events. > Ok this is nearly perfect. > > But when I get the e.x & e.y I am not what I expected : that is the current > position of the mouse on the screen > (I would like to display on the fly popup hints ... at the current mouse > position) > > What are the exact definition of > e.x, e.y > e.pageX and e.pageY > > Maybe it is somewhere in the doc ? > > Thanks. > > > > > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |