15/11/2007, 03:38
|
| Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años 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, |