perryc Posted February 17, 2011 Report Posted February 17, 2011 How do you get your footer to always stick to the bottom of your page? Thanks, Cody Perry Quote
Andrea Posted February 17, 2011 Report Posted February 17, 2011 Eric has a great tutorial: http://www.visibilityinherit.com/code/sticky-footer.php Quote
BeeDev Posted February 17, 2011 Report Posted February 17, 2011 #stickyFooter { position: fixed; bottom: 0; } Is the most basic version. But yea, worth reading Eric's tutorial for a proper way to do it, and address all the issues etc with our favorite Internet Explorer 6 browser Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.