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.
The div has a scrollTop property that you can set (and its pal, scrollLeft).
scrollTop
scrollLeft
jsFiddle Demo
scrollTop on MDN
scrollLeft on MDN