将主要内容背景颜色一直延伸到浏览器底部的页脚
这是我当前的 HTML 和 CSS http://jsfiddle.net/fqu6U/
我希望红色全部消失到页脚的方式。
Here is my current HTML and CSS http://jsfiddle.net/fqu6U/
I want the red to go all the way to the footer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查 http://jsfiddle.net/fqu6U/3/
干扰的问题:浮动、高度:汽车。
Check http://jsfiddle.net/fqu6U/3/
Problems that were interfering: float, height: auto.
为什么不将其添加到 css 的底部:
编辑:鉴于您的评论,您可能想查看以下内容: http://www.cssstickyfooter.com/using-sticky-footer-code.html
Why not just add this to the bottom of the css:
EDIT: Given your comment you might want to look at this: http://www.cssstickyfooter.com/using-sticky-footer-code.html