![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/11/2007, 18:57
|
![Avatar de mglorena](http://static.forosdelweb.com/customavatars/avatar202282_1.gif) | | | Fecha de Ingreso: noviembre-2007
Mensajes: 6
Antigüedad: 17 años, 2 meses Puntos: 0 | |
Re: hacer que un div alcanse el alto del div padre Hola Virla,
y no te funciona hacer lo siguiente?
<style>
div#content
{
height:600px;
background:#ae9a00;
border:solid 1px black;
}
div#column
{
height:100%;
background:#eee;
width:120px;
}
</style>
<div id="content">
<div id="column"></div>
</div>
Saludos |