molily: DIV automatisch scrollen

Beitrag lesen

Hallo,

container.scrollTop = container.scrollHeight;
(Opera, Gecko, Konqueror)

div.scrollTop = div.firstChild.scrollHeight;
(auch MSIE, wobei der erste Kindknoten dann wieder ein div-Element ohne overflow ist, das alle Inhalte umschließt)

Mathias