SyntaxFix
Write A Post
Hire A Developer
Questions
For footer change from position: relative; to position:fixed;
position: relative;
position:fixed;
footer { background-color: #333; width: 100%; bottom: 0; position: fixed; }
Example: http://jsfiddle.net/a6RBm/