If I have a div that can be scrolled, here's how it would look:
<div style="width:300px;height:150px;overflow:scroll;">
hi,<br />
hi,<br />
hi,<br />
hi,<br />
hi,<br />
hi,<br />
hi,<br />
hi,<br />
I WANT TO BE TOP OF THE SCROLLABLE DIV,<br />
hi,<br />
hi,<br />
hi,<br />
hi,<br />
hi,<br />
hi,<br />
hi,<br />
hi,<br />
</div>
This is just an example to demonstrate. Usually, my scrollable divs have more content than this.
I am looking for a way to focus on a specific area of the content displayed in the div. In this instance, the scrollbar would already be scrolled down slightly, with 'I WANT TO BE TOP OF THE SCROLLABLE DIV' appearing at the top.