Hi all,
I have the following div tag:
<div id='divTag' style="overflow: auto; height:'100%'; ">
How can I force the scroll bar to scroll down to the bottom of the div area on page load? I have code to determine if the scrollbar is present, now I just need to make it scroll!
Many thanks,
Rachel
I have the following div tag:
<div id='divTag' style="overflow: auto; height:'100%'; ">
How can I force the scroll bar to scroll down to the bottom of the div area on page load? I have code to determine if the scrollbar is present, now I just need to make it scroll!
Many thanks,
Rachel