Ver Mensaje Individual
  #13 (permalink)  
Antiguo 12/07/2009, 12:09
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 17 años, 5 meses
Puntos: 126
Respuesta: Contenido Desplegable

Hola

Cambia esto

if (obj.style.display == "none") obj.style.display= "";

por

if (obj.style.display == "none") obj.style.display= "block";

Es mejor así

Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />