in my web page there is a chat window. When the chat’s log is filled out, the user uses scrollbar in order to navigate between messages. I want my chat frame to present always the last message that is located at the bottom. How can I do this using CSS, JavaScript?
Thanks,
Tomer
Even thou is not a tag on your question here is a jQuery solution i use for my chat web app: