Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/12/2009, 14:01
Avatar de AhmedRugama
AhmedRugama
 
Fecha de Ingreso: diciembre-2008
Ubicación: Nicaragua
Mensajes: 160
Antigüedad: 15 años, 3 meses
Puntos: 6
Respuesta: Alinear con borde inferior

prueva con esto:

ul{
position:relative;
Agregale el height y el width
}
li{
position: absolute;
bottom: 0;
}

Si no te da con esto cambia los li por p y el ul por un div.