• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linking Scroll Bars in a Webpage

htmlmasterdave

Golden Member
Hi,

We've come across a site at work that could really benefit from having two scroll bars that are linked so that moving one also moves the other the same amount. Does anyone have any idea how to do this? I've tried to google a solution, but no luck yet.

Thanks!
 
I would assume you would hook into a javascript event for one scroll bar, and then in the handler manipulate properties of the second scroll bar.

Not sure if it's possible or not, but that would be the approach I would take.
 
Well, the thing is, we want to have some content static in the page around tables. And be able to scroll through the tables. Unfortunately it has to be split, because the second one most also be able to move horizontally.

Any idea how that might be done in javascript?

Thanks!
 
Back
Top