A CSS sticky footer

May
02

Whilst browsing the internet today I came across a good article detailing how to create a "A CSS Sticky Footer".  Everyone has tried this at some point or other with varying levels of success, however, Ryan Fait’s effort at RyanFait.com is one of the best I have seen.  I do worry how this example will hold up when greater levels of content are inserted contained within more complex structures.  Padding and margin applied to the top and bottom of block objects may cause this example to fail but even saying that this is still a good example.

article link

A CSS sticky footer

2 Responses to “A CSS sticky footer”

  1. Richard says:

    Too bad it doesn’t work! For his simple example of course it works but combining it with more complex elements completely broke the model so its back to the drawing board for me.

  2. Joshua says:

    I agree with the above comment. I tried making this work with a complex site and it relies on some things that break down with more complex layouts.

    too specific

Leave a Reply