DiigIT | IT Community
No Profile Image
Welcome Guest
New User? Register | Login

How to Make the Scrolling of div tag move to top

By: Admin | 08 Apr 2009 4:30 pm

How to Make the Scrolling of div tag move to top

i am making the chat in PHP and Ajax i want that the scrolling will move top and the user can view the currect msg... please suggest..

Bye

Comments

this is the working solution for chat based Div ...

function scrooldown(div){
var scrollDiv = document.getElementById(div);
scrollDiv.scrollTop = scrollDiv.scrollHeight;
scrollDiv = null;
}

By: Admin | 08 Apr 2009

Leave a comment

Enter the text in the image
img
Can't read?
Type the characters you see in the picture below.


Close Move