![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/10/2008, 02:22
|
![Avatar de talmente](http://static.forosdelweb.com/customavatars/avatar202722_2.gif) | | | Fecha de Ingreso: noviembre-2007
Mensajes: 233
Antigüedad: 17 años, 2 meses Puntos: 4 | |
Respuesta: Div height: 100% ? Estote puede servir
Código:
<style type="text/css">
<!--
body, html {
padding: 0px;
margin-top: 0px;
margin-right: 20px;
margin-left: 20px;
}
#cabecera {
background: #993399;
width: 100%;
}
#contenedor {
background: #99CC66;
display: block;
float: left;
width: 100%;
}
#contenedor #columnadentro {
display: block;
float: left;
width: 25%;
background: #0099FF;
padding: 5px;
}
#pie {
clear: both;
float: left;
width: 100%;
background: #CC0066;
}
-->
</style>
|