Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/04/2005, 12:32
Avatar de jesusbet
jesusbet
(Desactivado)
 
Fecha de Ingreso: mayo-2004
Ubicación: Monterrey, MX
Mensajes: 2.667
Antigüedad: 19 años, 11 meses
Puntos: 2
Primero, te recomiendo tener un ancho definido para tu layout, por ejemplo, 730px, eso lo divides en la cantidad de columnas que tendrás al mismo nivel y debe ajustarse perfectamente.. mientras tanto, prueba con esto:
#cabecera{
position:relative;
width:100%;
height:35px;
background-color:#009966;
}

#menu{
position:relative;
float:left;
width:150px;
height:400px;
background-color:#9966CC;
}

#contenido{
position:relative;
float:left;
width:400px;
height:400px;
background-color:#FFCC00;
}

#cderecha{

float:right;
width:150px;
background-color:#9966CC;
height:400px;
}

#pie{
position:relative;
width:100%;
height:35px;
background-color:#009966;
clear:both;
}

no lo probé, pero debe funcar...

saludos