I found this question: CSS to make HTML page footer stay at bottom of the page with a minimum height, but not overlap the page
But this doesn't solve my problem, because the stone age email clients don't support all of this wizardy.
What is a good way supported cross most (or better all) email clients that pushes the footer to the bottom of the screen if the content isn't long enough?
When I set a min-height
on the content the footer will sometimes outside of the screen and above is just a lot of whitespace.
position
isn't an option here because thats not really supported and I don't want the footer to overlap my content.
Currently my footer has no fixed height.