06/02/2007, 11:00
|
| | Fecha de Ingreso: abril-2006
Mensajes: 75
Antigüedad: 18 años, 7 meses Puntos: 0 | |
estilo en ie7 Hola amigos tengo esto en este css yn ome funciona en ie7
#navbar {
float: left;
clear: both;
width: 100%;
height: 50px;
background: #D8D7D5 url(../img/bg_navbar.gif) repeat-x bottom;
font-size: .6em;
font-weight: bold;
vertical-align: bottom;
}
#navbar ul {
float: right;
clear: right;
list-style: inside;
height: 18px;
padding: 19px 100px 0 0;
}
#navbar li {
display: inline;
border-right: 1px solid #4B5053;
padding: 0 14px 0 14px;
}
#navbar a { color: #4B5053; }
habra algun error?..gracias.. |