On my page I have two layers (div) with horizontal scroll each ... how can I do to move a scroll the other also move to synchronize the view of both layers?
<div id="divGrid" align="center" style=" overflow-x:auto;" >
<div id="cc" align="center" style="position: fixed; top: 100px; left: 0px; right:0px; opacity: 0.8; display:none; overflow-x:auto;">
</div>