![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
08/03/2006, 12:19
|
![Avatar de pinchoso](http://static.forosdelweb.com/customavatars/avatar117942_1.gif) | | | Fecha de Ingreso: octubre-2005 Ubicación: Barcelona
Mensajes: 177
Antigüedad: 19 años, 3 meses Puntos: 0 | |
CAmbia esta funcion, te quedará mejor el resultado:
function hide() {
document.getElementById("ALTdHTML").style.width = "0px";
document.getElementById("ALTdHTML").style.height = "0px";
document.getElementById("ALTdHTML").style.visibili ty = 'hidden';
document.getElementById("ALTdHTML").style.display = 'none';
document.getElementById("ALTdHTML").innerHTML = "";
}
Saludos. |