Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/08/2009, 20:19
matucasal
 
Fecha de Ingreso: marzo-2009
Mensajes: 168
Antigüedad: 15 años, 1 mes
Puntos: 1
Error con el width y divs

Gente, estoy ante un problema q no logro solucionar.
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:
#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}
Si encuentran el error me lo tiran?
Gracias