View Single Post
11-01-2008, 05:14 PM
#2
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

You could use JavaScript to set the scrollTop property. Off the top of my head:

Code:
var elem = document.getElementById("chat");
elem.scrollTop = elem.scrollHeight;