I'm looking for a way to ensure that during page loading and after it's finished, my Overflow fixed <div>
always starts at the bottom - end of the content. It's crucial for me that it remains at the bottom immediately and does not shift from top to bottom as the content loads. I want it to behave like the chat feature in Facebook where the conversation starts at the most recent message.
If I were to implement the "Infinite Ajax Scrolling" system, how could I make it scroll upwards to show more content instead of scrolling downwards?