Scroll to bottom of div?
        Posted  
        
            by dMix
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dMix
        
        
        
        Published on 2008-11-06T22:37:30Z
        Indexed on 
            2010/04/19
            2:23 UTC
        
        
        Read the original article
        Hit count: 323
        
I am creating an ajax chat in rails and I am trying to get a div to scroll to the bottom without much luck.
I am wrapping everything in this div:
#scroll {
    height:400px;
    overflow:scroll;
}
Is there a way to keep it scrolled to the bottom by default using JS?
is there a way to keep it scrolled to the bottom after an ajax request?
© Stack Overflow or respective owner