25/09/2006, 12:18
|
| | Fecha de Ingreso: marzo-2006
Mensajes: 27
Antigüedad: 18 años, 8 meses Puntos: 0 | |
ponle a ti div
.divLeyLoc{
position:absolute;
top:13px;
width:215px;
height:410px;
padding-right:10px;
margin-right:10px;
text-align:left;
font: bold 10px/14px sans-serif;
color: #835B21;
background-color:transparent;
}
.contenedor
{postion:reative;
witch: 100%:
height:500px;}
y pones <div class="contenedor"><div class="divLeyLoc">contenido</div></div>
es muy importante que el contenedor tenga relative, y ese tipo de combinacion te puede dar muchisima flexibilidad |