Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/10/2010, 04:48
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: Problematico ocultar/mostrar capa en IE8

intentalo sin el prototype
Cita:
function $(elemento) {
return document.getElementById(elemento);
}

<select onchange="$('capa').style.display = (this.selectedIndex == elindex') ? 'block' : 'none';">