Estoy armando el maquetado de una pagina, pero nose porque la parte de abajo no ocupa 1024 px y la de arriba si. Quiero q ambas lo hagan
Dejo una pagina adonde lo subi http://www.playalimpia.com.ar/
dejo css medio desordenado porque lo hice recien
Código:
Si encuentran el error me lo tiran?#header{ height:200px; width:1024px; overflow:hidden; } #titulo{ float:left; position:absolute; width:350px; height:200px; background-color:#009; } #menu{ float:right; width:674px; height:200px; background-color:#0FF; } #cuerpo{ margin-top:20px; height:1024px; } #colizq{ height:1200px; float:left; position:absolute; width:674px; background-color:#F00;} .fotoarriba{ background-color:#000; height:400px; width:674px;} #contenido{} .izq1{ height:800px; float:left; position:absolute; width:337px; background-color:#0FF; } .izq2{ height:800px; float:right; width:337px; background-color:#FF9 } #colder{ height:1200px; float:right; width:350px; background-color:#360}
Gracias