Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/01/2010, 11:10
carloshuchim
 
Fecha de Ingreso: junio-2007
Ubicación: Mérida, Yucatán, México
Mensajes: 94
Antigüedad: 16 años, 10 meses
Puntos: 1
Respuesta: Mega Menu, problemas con el z-index

Si, pero... la lista no tiene posición absoluta, sólo el div que se llama sub y tiene las opciones...


ul#topnav li .sub {
position: absolute; /*--Important--*/
top: 38px; left: 2px;
background: #dfdfdf; /*--Background gradient--*/
padding: 10px 10px 10px;
float: left;
/*--Bottom right rounded corner--*/
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
/*--Bottom left rounded corner--*/
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
display: none; /*--Hidden for those with js turned off--*/
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
z-index: 1000;
}