Ver Mensaje Individual
  #11 (permalink)  
Antiguo 16/03/2010, 21:59
PrendekZ
 
Fecha de Ingreso: noviembre-2009
Ubicación: Colombía
Mensajes: 311
Antigüedad: 14 años, 4 meses
Puntos: 17
Respuesta: Centrar un DIV

Cita:
body {
background-color: #FFFFE1;
}

#container {
width: 1000px;
position: absolute;
left: 50%
margin-left:-500px;
background-color: #FFFFE1;}
Utiliza el anterior código.

Saludos.