I have a <div id="topDiv">Some content</div>
which may be extending due to various reason beyond the browser's edge on the right side.
Below that div I have another <div id=bottomDiv">Some content</div>
that actually generates a horizontal scroll bar if its content goes beyond the browser's edge on the right side.
I'm looking for a jQuery solution that would allow me to scroll/move the topDiv when the user scrolls the bottomDiv using its scroll bar. So that both topDiv & bottomDiv content is always aligned.