Pongo aquí el HTML
Cita:
y aquí el CSS<div id="desplegable_contenedor">
<div id="desplegable_flecha">
</div>
<div id="desplegable">
Todas las opciones del desplegable
</div>
</div>
<div id="desplegable_flecha">
</div>
<div id="desplegable">
Todas las opciones del desplegable
</div>
</div>
Cita:
Es correcto lo que hago? En ie8, ff y chrome sale OK pero en ie6 y ie7 no#desplegable_contenedor{
float: left;
height: 225px;
margin-left: 80px;
margin-top: 66px;
position: absolute;
width: 860px;
z-index: 100;
display:none;}
#desplegable_flecha {
background-image: url("../imagenes/flecha.png");
background-position: 131px 0;
background-repeat: no-repeat;
float: left;
height: 10px;
width: 100%;
}
#desplegable{ background-color: #333;
padding:10px;
border-radius:8px 8px 8px 8px;
float:left;
height: 189px;
width:100%;
}
float: left;
height: 225px;
margin-left: 80px;
margin-top: 66px;
position: absolute;
width: 860px;
z-index: 100;
display:none;}
#desplegable_flecha {
background-image: url("../imagenes/flecha.png");
background-position: 131px 0;
background-repeat: no-repeat;
float: left;
height: 10px;
width: 100%;
}
#desplegable{ background-color: #333;
padding:10px;
border-radius:8px 8px 8px 8px;
float:left;
height: 189px;
width:100%;
}
Muchas gracias