27/02/2009, 12:47
|
| Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 3 meses Puntos: 280 | |
Respuesta: Menu css en IE6 errores ¿Has probado poniendo float: left en lugar de float: none en este selector?: Cita: ul#navmenu-h a {background:#2349D5 none repeat scroll 0%;
border-color:#2349D5 rgb(30, 65, 192) rgb(35, 73, 213) rgb(90, 119, 224);
border-style:solid;
border-width:1px;
color:#ECECEB;
display:block; float:none !important;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:24px;
line-height:22px;
padding:3px 6px 0px;
text-decoration:none;
} |