Ver Mensaje Individual
  #9 (permalink)  
Antiguo 25/04/2010, 06:50
miguel_es
 
Fecha de Ingreso: octubre-2007
Mensajes: 5
Antigüedad: 16 años, 6 meses
Puntos: 0
Respuesta: Cómo validad la opacity?

Entonces como quedaría el código, me cargo la linea de ¿"-moz-opacity: 0.8;" y listo?

Código HTML:
.black_overlay {
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
opacity:.80;
filter:Alpha(opacity=80);
}