Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/02/2008, 04:06
Avatar de DooBie
DooBie
 
Fecha de Ingreso: septiembre-2004
Mensajes: 1.101
Antigüedad: 19 años, 7 meses
Puntos: 71
Re: "Pequeño" descuadre con IE 6

pues aquí va una parte del código

Código:
#arriba{
	position:fixed;
	top:0;
	left:0;
	width:205px;
	height:210px;
	background-attachment: fixed;
	background-image: url(../img/fondo_dt_arriba.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrap {
  width: 780px;
  min-height: 450px;
  height: auto !important;
  height: 450px;
  background-color: #cbe226; /*#fff*/
  padding: 0;
  margin: 0 auto;
}

<body>
<div id="arriba">&nbsp;</div>
<div id="wrap">
    RESTO DE CAPAS
</div> <!-- Fin #wrap -->
</body>
Decir que dentro del #wrap están el resto de capas (#header, #cuerpo, #footer, #menu...)