Cita:
Iniciado por PHPeros
Pues no sé que estás haciendo pero puedes usar posición absoluta para alinearlo al fondo:
Código CSS:
Ver original#elemento {
position: absolute;
bottom: 0;
}
no me da
ademas algo por el estilo tenia este es el css que manejo para esta parte
background:url(../img/img2/pie-1.png) repeat-x;
width:100%;
height:110px;
position:relative;
top:-28px;
margin-bottom:-35px;
float: none;
bottom:0;