Hi all
I have a div elent like this <div id="content" style="width:200px;height:125px;overflow:auto;color:#000000"></div>
I fill the div with text dynamically and scroll bars appears. But I want to show tha latest data which fills the div with out scrolling (otherwise the user have to scroll to see the latest data )
I used following function document.getElementById('content').scrollDown=0;
It works for some maount of data but after that amount , then it works again normaly and user has to scroll to see latest data
Just give some help to find out why
cheers
nishantha