10/02/2007, 09:51
|
| Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 7 meses Puntos: 177 | |
Re: Centrar objetos.... xik21 hice lo que me dijiste, pero no me quedo del todo bien, en IE no me lo centra, y FF si, pero medio mal....
te dejo el código modificado...
body {
margin: 0;
padding: 0;
font-family: "Arial","Trebuchet MS", "Lucida Grande", "Tahoma", "Verdana", "Helvetica", "sans-serif";
font-size: 12px;
line-height: 16px;
background: url(imagenes/fondo.gif) repeat-x;
color: #959657;
}
#contenedor {
text-align:center;
position:relative;
width: 760px;
margin:auto;
height: 100%;
background:#FFFFFF;
color: #fff;
}
#contenedorInterno{
width: 96%;
background:#000000;
color: #FF0000;
}
Gracias de nuevo!!! |