如何让页脚粘在网页文本的末尾?
我在这个网站上遇到了一个大问题。-> http://www.webbon.ca/demo/dev/home/
问题很简单。我只需要让页脚粘在文本的末尾即可。您可以使用检查元素或萤火虫来告诉我您做了哪些修改才能使其正常工作。
I got a huge problem on this website.-> http://www.webbon.ca/demo/dev/home/
The problem is simple. I just need to get the footer to stick to the end of the text. You can use inspect element or firebug to tell me which modification you made to get it to work fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是获取粘在页面底部的页脚的简单方法:
CSS:
HTML:
您可以在 http://www.cssstickyfooter.com/using-sticky-footer-code.html。
Here is a simple way to get a footer which sticks to the bottom of the page:
CSS:
HTML:
You can see more, and get specific fixes, at http://www.cssstickyfooter.com/using-sticky-footer-code.html.