I was building my site I can came across a little problem. I have a div with a fixed height and overflow:auto;. The height of the website will adjust itself to fit the page perfectly so that you dont get a scrollbar. My question is: Can I pass through the scroll event that happends in the page and redirect it to the scrollbar ? So in other words, when I scroll, not the page, but the scrollbar inside my div has to move.
I hope I made myself clear, if not, please ask for some more information.
With kindly regards, Bob
FIXED: The solution Andy brought up worked like a charm! Thank you and thanks all of you for your suggestions ^^.