I have a div on my page:
<div id='div1' style="overflow:scroll;overflow-x:hidden;max-height:200px;"></div>
How can I make the div scroll to the bottom of the div?? Not the page, just the DIV.
I have a div on my page:
<div id='div1' style="overflow:scroll;overflow-x:hidden;max-height:200px;"></div>
How can I make the div scroll to the bottom of the div?? Not the page, just the DIV.