Problems to obtain clientX and clientY on the cell indicator chunk of code
Hi,
I used the cell- indicator chunk of code, with an onmouseover event, which intend to show a small image near by the cell (on each row), but I got some problems to establish the right use on clientX and clientY
This code, work just fine on IE, but not on FF, any idea, obviously is an document object reference problems, an not AW issue, anyway help will be grateful.
saludos, raul
I used the cell- indicator chunk of code, with an onmouseover event, which intend to show a small image near by the cell (on each row), but I got some problems to establish the right use on clientX and clientY
obj.onCellIndicatorMouseOver = function(event, col, row){
document.getElementById("paso_sensor_dia_hora").style.left = window.event.clientX + 15;
document.getElementById("paso_sensor_dia_hora").style.top = window.event.clientY - 95;
document.getElementById("paso_sensor_dia_hora").style.visibility = "visible";
}
This code, work just fine on IE, but not on FF, any idea, obviously is an document object reference problems, an not AW issue, anyway help will be grateful.
saludos, raul
Raul
April 24,