css - moving scroll on chat window automatically -


i'm designing chat window , i'm using overflow:auto in css.
want continue end of line, scroll not moving, , it's move top of chat window.

is there way automatically?

using javascript possible see following

document.getelementbyid("id of div").scrolltop = document.getelementbyid("id of div").scrollheight; 

Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -