|
I am trying to create page with a fixed height header (80px), a body that expands to fill the page and a footer that sticks on the bottom.
Unfortunately, I don't have enough content to cover the whole page but I want to create a shadow border effect for the body that runs from the header to the footer which is stuck on the bottom.
I have the footer stuck on the bottom with a div wrapper around all of the page except the footer which is then pushed to the bottom with a "push" div and then wrapped in its own.
Everything works except I can't get the background-image for the body to stretch vertically all the way to the footer.
|