Matthew Good
Like, scrolling the scroll bar should scroll the content proportionally right?
For example
If the bar is at the top, the content is at the top
If the bar is in the middle, the content is in the middle
If the bar is at the bottom, the content is at the bottom
Oh, well, you divide the current position of the bar by the total height of it (minus the height of the draggable bar itself) to get a value between 0 and 1, you can then multiply it by the page height in pixels or something to get the desired offset