Well, I want to create something that behaves just like a chat box like this:
When I add messages to the box (by adding HTML to a <div> using innerHTML entity) at the bottom of the existed message, It scrolls to the new message I've just add. Right now it does not scroll:confused:
Thanks for help!