I have a div with a class overflow: auto; Is there a way to control this scrollbar when it appears?
I have a ajax photo gallery (no page refresh) where some caption text is in a div, but the content is of varying length. If you scroll down in this div and then advance to the next slide, the scrollbar does not go back to the top. So, I was wondering if there was a way to control this scrollbar. Thanks.
With jQuery, you can set the top of the scroll area like so:
Here’s a demo showing this in action->
Note that this is also possible without jQuery:
And a demo of that->
For both demos, press the Reset button to set the scroll bar back to the top.