20/01/2011, 03:43
|
| | Fecha de Ingreso: abril-2006
Mensajes: 147
Antigüedad: 18 años, 8 meses Puntos: 1 | |
Respuesta: ayuda para centrar backgrouns horizontalmente ok, muchas gracias.
ahora tengo otro problema, en el boton nuestra empresa y en el boton informacion se me deberia abrir un desplegable echo con java/script pero se ve una linea como que quiere abrirse pero no hace nada mas.
el codigo css es este:
.principal ul.submenu{
margin: 0px!important;
padding: 0px!important;
position:absolute!important;
top:33px!important;
right:0px!important;
left:0px!important;
background-color: #000!important;
border-right-width: 1px!important;
border-bottom-width: 1px!important;
border-left-width: 1px!important;
border-right-style: solid!important;
border-bottom-style: solid!important;
border-left-style: solid!important;
border-right-color: #000!important;
border-bottom-color: #000!important;
border-left-color: #000!important;
z-index:1000!important;
display:none;
border-top-style: none!important;
overflow:hidden;
height:auto!important;
} |