17/10/2008, 02:22
|
| | | Fecha de Ingreso: noviembre-2007
Mensajes: 233
Antigüedad: 17 años 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>
|