Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/05/2010, 04:12
kurtco
 
Fecha de Ingreso: junio-2009
Mensajes: 16
Antigüedad: 14 años, 10 meses
Puntos: 0
Respuesta: "Cuadrar" capas

Perdón otra vez, lo he probado pero el menú no se queda a la altura de la cabecera, ni el menú ni el contenido, mira te pongo mi css:

Código:
th {
	text-decoration: none;
	color: #181a12;
	font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

H1 {
	text-shadow: white 2px 2px 1px;
	text-align: justify;
	color: #000;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

font {
	text-transform: capitalize;
	text-align: justify;
	font-size: 10px;
	color: #b2b2b2;
}

* {
	color: #7d7d7d;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	text-decoration: none;
	
}

BODY {
	background: url('./img/fon.png');
   
}



input {
	color: #000;
	border-style: double;
}

img {
	position: static;
	border-style: solid;
}

/* CLASES */



.header { width:100%;display:block;margin-left:auto;margin-right:auto }

.menu { width:30%;display:inline;float:left; margin-left:auto;margin-right:auto}

.cuerpo { width:70%;display:inline;float:left;
	background-color: #d2ddac;
}


.padd { padding:20px; }

.clear { clear:both;display:block; }
A ver si tu ves la solución xD, es que llevo sin ver css muchisimo...