Questions
This is precisely what position: fixed was designed for:
position: fixed
#footer { position: fixed; bottom: 0; width: 100%; }
Here's the fiddle: http://jsfiddle.net/uw8f9/
~ Answered on 2012-01-11 18:45:37