Is it possible to scroll 2 scrollbars with one scrollbar?
(to append beeglebug):
For horizontal 'linked' scrolling use:
$('.linked').scroll(function(){ $('.linked').scrollLeft($(this).scrollLeft()); });