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
Post a Comment