![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/07/2009, 21:34
|
| | Fecha de Ingreso: junio-2009
Mensajes: 53
Antigüedad: 15 años, 7 meses Puntos: 1 | |
Respuesta: elemento retardado <head>
<script type="text/javascript">
setTimeout(function(){
var div = document.getElementById("sideL");
div.style.display = "";
}, 5000);
</script>
</head>
<body>
<div id="sideL" style="display:none;">escondido</div>
</body>
bueno en resumen |