Hi. My question basically goes back to this: Scrolling Overflowed DIVS with JavaScript
I want to know how to do that without using jQuery. Any help would be appreciated. Thanks in advance!
Also: in the linked question, does it scroll the div down one full scroll height each time the code is executed? If so, how can I make it scroll down with the mouse position? In other words, once I move a mouse to the bottom of the div, how can I make the div continue to scroll down, and possibly have the mouse cursor remain in the same position (this condition isn't needed but appreciated)? Thanks again in advance!