The table elements apparently can't use "position: relative;", but #mainWrapper is a div, and as long as the footer is a fixed height, this will work:Code:#mainWrapper {position: relative;} #navColumnOneWrapper { padding-bottom: 13em;} #information { position: absolute; bottom:4.0em; }



