22/02/2007, 17:23
|
| Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 1 mes Puntos: 280 | |
Re: menu escurridizo Hola, Pilly.
Yo creo que tenías mucho jaleo en tu css con las posiciones absolutas, los tamaños y demás.
He rehecho tu hoja "custom_css.css", que creo que resuelve casi todos los problemas con firefox y las posiciones absolutas y demás. Pruébala y ya dirás.
Código:
body { margin: 0px auto;
padding: 0px;
background-color: rgb(255, 255, 255);
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
color: rgb(51, 51, 51);
letter-spacing: 0px;
width: 780px;
text-align: center;
}
#container { margin: 0pt auto;
text-align: left;
background-repeat: no-repeat;
background-image: url(../images/fondo_new_mod.jpg);
position: relative;
width: 780px;
height: 540px;
}
#seperator { background-repeat: no-repeat;
left: 20px;
z-index: 3;
height: 20px;
}
#mamboTopModule { margin-bottom: 0px;
line-height: 10px;
padding-bottom: 0px;
padding-top: 0px;
margin-right: 0px;
position: relative;
top: 95px;
margin-left: 260px;
}
#mamboMainBody { padding: 112px 0px 0px 15px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 265px;
height: 200px;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
width: 480px;
}
#mamboLeftModule { left: 10px;
clear: both;
width: 180px;
top: 110px;
position: relative;
float: left;
}
#banners_bottom { padding-top: 30%;
width: 100%;
clear: both;
position: relative;
}
#mod_bottom { clear: both;
position: relative;
width: 780px;
margin-left: auto;
margin-right: auto;
}
.servicios { border: 1px solid rgb(107, 169, 253);
background: rgb(186, 215, 254) url(http://localhost/transbolivariana_new/images/servicios.gif) no-repeat scroll left top;
float: right;
margin-bottom: 10px;
width: 490px ! important;
height: 270px;
}
.userbox2r { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 10px;
font-style: normal;
padding-top: 12%;
left: 48%;
margin-bottom: 10px;
width: 312px ! important;
margin-left: 5px;
height: 150px;
position: relative;
}
Mikel. |