<DIV class="wrapper1 printHidden" ><DIV id=dummy class="div1 printhidden" style="WIDTH: 1065px"></DIV></DIV>
<DIV class=wrapper2 ><DIV id=real class=div2>
---table--
</DIV><!-- real --></DIV>
<!-- wrapper 2-->
// call this when table after loaded$(function() {$(".wrapper1").scroll(function() {$(".wrapper2").scrollLeft($(".wrapper1").scrollLeft());});$(".wrapper2").scroll(function() {$(".wrapper1").scrollLeft($(".wrapper2").scrollLeft());});});