![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/02/2007, 10:20
|
| | Fecha de Ingreso: octubre-2006
Mensajes: 185
Antigüedad: 18 años, 4 meses Puntos: 0 | |
Finalizavion tengo este codigo, el cual centra la pagina, pero yo no quiero centrar algo con un color, sino, algo con una imagen entonces el background-color:, por que lo tendria q cambiar??.
#contenido { position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
margin-top: -200px;
margin-left: -200px;
background-color: rgb(204, 153, 51);
display: block; |