Wednesday, July 16, 2008

CSS Layout and footers

Back in the days of table based site layouts, throwing a footer on the bottom of the page was easy. Put your birdseed into a table cell, and it would either stay under your content, or stick to the bottom edge of the browser window. I wasted days of my life trying to get this to work on a CSS based layouts, and finally found a way to do with with DISPLAY: table... Until IE 7 came out and removed that display option. Ryan Fait rocks harder than I do apparently. He found a great way to do this across the major browsers, and made it available to the world.

Thanks man!

0 comments: