Ver Mensaje Individual
  #21 (permalink)  
Antiguo 15/09/2008, 09:42
ASYNTETYCO
 
Fecha de Ingreso: abril-2008
Ubicación: Oaxaca
Mensajes: 256
Antigüedad: 16 años
Puntos: 2
Respuesta: Centrar un <div> contenedor

Yo lo solucione poniendo el div contenedor en posicion absoluta y con left 0px y top 0px. Asi:

#CONTENEDOR {
width:100%;
height:100%;
position:absolute;
left: 0px;
top: 0px;
}

Y me funciono perfecto
__________________
o x í g e n o | E S T U D I O