Some of my webpages are short. In those pages, the footer might end up in the middle of the window and below the footer is whitespace (in white). That looks ugly. I\'d like
HTML
Lorem ipsum dolor sit amet consectetur...
CSS
body { min-height: 100%; } footer { position: absolute; bottom: 0; }