Simple jQuery plugin for sticking full-width footers to the bottom of the window when the content isn't long enough for a scrollbar.
jQuery('#footer').stickyFooter();
This will override any positioning or width that you have set on your footer.
Simple jQuery plugin for sticking full-width footers to the bottom of the window.
JavaScriptMIT