Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/11/2007, 03:38
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Re: Mover scrollbar de un div al fondo

Hola miim

Código:
<div id="algo" style="width:80px; height:80px; overflow:auto">


<input type="button" onclick = "document.getElementById('algo').scrollTop = 100000" />
Saludos,