Related to this question.
Here\'s a fiddle: http://jsfiddle.net/DRbRS/
Notice how the red-outlined list div does not align at the bottom of the green container
Using position: absolute and setting top, left, right, and bottom: http://jsfiddle.net/QARC9/
position: absolute
This article describes why it works.
http://www.alistapart.com/articles/conflictingabsolutepositions/