将主要内容背景颜色一直延伸到浏览器底部的页脚

发布于 2024-12-01 20:06:29 字数 132 浏览 2 评论 0原文

这是我当前的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

手长情犹 2024-12-08 20:06:29

检查 http://jsfiddle.net/fqu6U/3/

干扰的问题:浮动、高度:汽车。

Check http://jsfiddle.net/fqu6U/3/

Problems that were interfering: float, height: auto.

生生漫 2024-12-08 20:06:29

为什么不将其添加到 css 的底部:

body
{
    background-color:red
}

编辑:鉴于您的评论,您可能想查看以下内容: http://www.cssstickyfooter.com/using-sticky-footer-code.html

Why not just add this to the bottom of the css:

body
{
    background-color:red
}

EDIT: Given your comment you might want to look at this: http://www.cssstickyfooter.com/using-sticky-footer-code.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文