Ver Mensaje Individual
  #13 (permalink)  
Antiguo 03/07/2008, 15:39
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Respuesta: maquetado css+ contenido dinamico

Prueba con esta css:

Cita:
<style type="text/css">
html, body {
height:100%;
}
#contenedor {
width: 900px;
}
#cuerpo {
background-color:#FFFF00;
padding-top:10px;
min-height: 100%;
height: auto!important;
height:100%;
}
#pie {
background:#666666;
color:#FFFFFF;
font-size:8px;
text-align:center;
height:13px;
padding-top:3px;
}
#col-izq {
float:left;
margin-left:15px;
width:625px;
border-right:#CCCCCC solid 1px;
padding-right:5px;
}
#col-der {
height:100%;
text-align:center;
height:600px;
}
#baner-sup {
width:625px;
height:100px;
border-bottom:#CCCCCC solid 1px;
text-align:center;
background:#EAFFEF;
}
#filtrado {
margin-top: 5px;
width:625px;
height:170px;
border-bottom:#CCCCCC solid 1px;
}
#central {
margin-top: 5px;
width:625px;
}
.corte {clear: both;}
</style>
Te he hecho varios cambios, porque también tenías otro problemilla con las columna derecha en IE6.

Mikel.