Hi,
I define a new way to take tootip (on onmouseover event) in order to take html content.
It work fine in Firefox but not in InternetExplorer.
I determine mouse position with e.pageX/e.pageY for firefox and event.x/event.y for IE. This function work outside grid but not inside. Instructions event.x and event.y have not the good value.
Have you got any idea what cause this conflict ?
Thanks in advance
The x and y are coordinates relative to parent element, most probably you need to use clientX, clientY instead
Yes, I have Javascript errors but it’s work !
Thanks very much