10/02/2007, 09:45
|
| | Fecha de Ingreso: febrero-2007
Mensajes: 19
Antigüedad: 17 años, 9 meses Puntos: 0 | |
Re: Centrar objetos.... Solo he modificado esto:
#contenedor {
position:relative;
width: 777px;
margin:auto;
height: 100%;
background:url(imagenes/fondo_contenedor.gif) repeat-y;
color: #fff;
}
y en este he agregado el text-align:center;
#contenedorInterno{
text-align:center;
margin-left: 10px;
width: 98%;
background:#000000;
color: #FF0000;
} |