I have the following code that is functional in IE7
function ScrollControl()
{
var obj = window.event.srcElement;
var evento = obj.componentFromPoint(event.clientX,event.clientY);
window.div_cabecalho.scrollLeft = obj.scrollLeft;
}
The same code reads the movement of a table at the time of scrolling and moves the table header at the same time. The code does not work in other browsers, I tried with pageX combinations but I can not get values at the time of movement