The text stays the same no matter what resolution you're in, alignment wise. If you take another look at the demo, the text should move with the window, and if you wanted the extendability for full screen on different resolutions... what you could do is use PHP to grab the users resolution, have the chat window a fixed height, and then change the alignment so that it was [user_max_height]-[chat_window_height]
I'm sure you understand what I'm talking about. |
|