![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/12/2009, 12:42
|
| | Fecha de Ingreso: junio-2008
Mensajes: 24
Antigüedad: 16 años, 7 meses Puntos: 0 | |
Respuesta: ¿Cómo posicionar a un div en la parte inferior del div q lo contiene? mmmmmm
entonces sería algo asi
<div id="izquierda" style="position:relative;width:100px; border:2px solid #000000">
texto<br>
texto<br>
texto<br>
texto<br>
texto<br>
texto<br>
texto<br>
<div id="derecha" style="position:absolute;top:0px;left:104px;width: 200px; height:100%;border:2px solid #000000;">
<p style="position:absolute;bottom: 0px; ">sssss</p>
</div>
</div> |