Ver Mensaje Individual
  #7 (permalink)  
Antiguo 08/03/2006, 12:19
Avatar de pinchoso
pinchoso
 
Fecha de Ingreso: octubre-2005
Ubicación: Barcelona
Mensajes: 177
Antigüedad: 18 años, 7 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.
__________________