Hi,
I'm building a basic forum where each post contains a name, a message and a date. The forum is written in PHP and updates with AJAX to load new posts on the fly. When new posts come in, I would like the old posts to ease down nicely (much like facebook does today when you have new updates) and to make room for the new posts. Can anyone point me in the direction of how to go about something like this?