GB_001 Posted September 6, 2008 Share Posted September 6, 2008 Hello how would I be able to the bottom of <div> automatically when new lines of text appear? Link to comment https://forums.phpfreaks.com/topic/122977-scroll-to-the-bottom-automatically/ Share on other sites More sharing options...
lemmin Posted September 8, 2008 Share Posted September 8, 2008 You can set the scrollTop property to a really big number: oDiv.scrollTop=9999; Link to comment https://forums.phpfreaks.com/topic/122977-scroll-to-the-bottom-automatically/#findComment-636613 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.