Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/09/2007, 18:41
Avatar de DragonX
DragonX
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 10 meses
Puntos: 177
Re: mostrar/ocultar capas.

corrijo, el JS es este...

Cita:
//Ocultar/Mostrar Div's
OCULTO="none";
VISIBLE="block";
function mostrar(blo) {
document.getElementById(blo).style.display=VISIBLE ;
document.getElementById('ver_off').style.display=V ISIBLE;
document.getElementById('ver_on').style.display=OC ULTO;
}

function ocultar(blo) {
document.getElementById(blo).style.display=OCULTO;
document.getElementById('ver_off').style.display=O CULTO;
document.getElementById('ver_on').style.display=VI SIBLE;
}

Por otro lado, TUNAIT ví el que tenes en tu página, ESTE anda perfectamente, pero como hago para que por default la info aparezca apagada, osea la lista cerrada

Gracias!!!!
__________________
Desarrollos dosLotos
Calendario Maya, Meditación, Osho