Tutorial jQuery Sticky Footer
In general the CSS Sticky Footer is the best way to go, as it works perfectly smoothly and doesn't require JavaScript. If the markup req...
https://iskablogs.blogspot.com/2014/03/tutorial-jquery-sticky-footer.html
In general the CSS Sticky Footer is the best way to go, as it works perfectly smoothly and doesn't require JavaScript. If the markup required simply isn't possible, this jQuery JavaScript might be an option.
HTML
Just make sure the #footer is the last visible thing on your page.
CSS
Giving it a set height is the most fool-proof.
#footer { height: 100px
HTML
Just make sure the #footer is the last visible thing on your page.
CSS
Giving it a set height is the most fool-proof.
#footer { height: 100px