Say I have the following CSS and HTML code:
The site I just did for a client requested that the footer text was a high box, with the text at the bottom I achieved this with simple padding, should work for all browsers.
#footer { padding: 0 30px; padding-top: 60px; padding-bottom: 8px; }