This may seem like a fairly broad question, but here it is. I am displaying chat bubbles in the top left hand corner of the screen with a relative reference. So inherently when a new chat bubble is inserted, it is inserted below the previously. What I am wanting to do is make the chat bubble appear at the bottom left and then the bubble move up and the new message be in the bottom corner. So the older messages will be towards the top.
Should I do this with a table? Or what? I'm new to html5 but not older html. Where should I look for information regarding this? Any tips?