Given two divs that represent columns embedded in a larger div. If the \"!stuff\" html represents many rows of data that would exceed the height of container, how do I set it u
Html
!Stuff
javascript function
function OnScroll(div) { var div1 = document.getElementById("col1"); div1.scrollTop = div.scrollTop;}