I have a HTML page with an internal DIV used for content. The internal DIV has its own scrollbars. I would like to automatically scroll to a certain position in the DIV.
there is this .scrollTo() method which can help you scroll through your divs. try it for more info visit here
.scrollTo()