Because when an overflowed DOM element is first created, it always starts scrolling from the top.However, you can scroll down an overflowed DOM element such as a Div by setting the scrollTopThe follow sample is written in jQuery$("#bigDiv").s…
more »