Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/08/2009, 10:04
Avatar de cristian_cena
cristian_cena
Colaborador
 
Fecha de Ingreso: junio-2009
Mensajes: 2.244
Antigüedad: 14 años, 10 meses
Puntos: 269
Respuesta: No se ve el contenido de un DIV en IE6

Modifica estilo_critica.css

.logo {
font-family: Andes;
color: #FFF;
}
#logo {
text-align: center;
position: absolute;
width: 250;
height: 110;
left: 107px;
top: 6px;
}

#contenido #cajacritica {
font-family: "Arial Black", Gadget, sans-serif;
color: #FFF;
text-align: center;
position: relative;

/*aquí tu problema*/
background-color:#9B0000;
z-index:-1;



}
#cajacritica #visor {
background-color: #000;
text-align: center;
}

#indice {
display: block;
width: auto;
clear: both;
margin-left: auto;
position: relative;
margin-right: auto;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;

}
#indice #numerosc {
background-color: #C00;
display: block;
padding: 1px;
float: left;
width: 180px;
text-align: center;
margin: 1px;
font-family: Verdana, Geneva, sans-serif;
font-size: 1em;
color: #FFF;
height: 35px;
font-weight: bold;
}
#indice a:link {
color: #FFF;
text-decoration: none;
padding: 1px;
height: auto;
width: auto;
font-family: Verdana, Geneva, sans-serif;
text-align: center;
}
#indice a:visited{
color: #9CF;
text-decoration: none
}
#indice a:hover {
color: #000;
text-decoration: underline
}

Espero te sirva, saludos