0
我有一個div
其中包含一個聊天框。每當有新消息到達時,它都會被附加到框中 - 我想自動將框移動到底部(以顯示新消息)。我怎樣才能做到這一點?自動滾動div
<div id="chatting" style="overflow: auto; background-color: #fff; border: solid 2px #dedede; width: 600px; height: 500px; padding: 10px;">
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
</div>
[如何在添加數據時自動滾動到div末尾?](http://stackoverflow.com/questions/7303948/how-to-auto-scroll-to-end-of-div -when-data-is-added) –
我不確定我是否理解這個問題。你想讓頁面在加載時滾動到底部嗎? –