
01/09/2005, 19:18
|
 | | | Fecha de Ingreso: junio-2004 Ubicación: Acá
Mensajes: 1.166
Antigüedad: 20 años, 8 meses Puntos: 4 | |
#capa_padre {
width:200px;
height:500px;
border:1px solid #000000;
position:relative;
}
#capa_hija {
height:50px;
border:1px solid #000000;
position:absolute;
bottom:0px;
} |