Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/09/2005, 19:18
Avatar de SiR.CARAJ0DIDA
SiR.CARAJ0DIDA
 
Fecha de Ingreso: junio-2004
Ubicación: Acá
Mensajes: 1.166
Antigüedad: 19 años, 9 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;
}