页脚 div 没有被下推

发布于 2024-09-15 12:16:51 字数 215 浏览 6 评论 0原文

我有一个 div 作为页眉,两个 div 在中间,一个 div 作为页脚。中间的 div 设置为 float:left 和 float:right。当中间的 div 垂直增长时,我希望页脚 div 向下推到页面上。目前仅适用于 IE。在所有其他浏览器上,页脚 div 保留在同一位置,其他 div 只是与页脚重叠。我做错了什么?

此外,所有这些 div 都包装在父 div 中。

谢谢

I have a div for the header, two divs in the middle and one div as the footer. The middle divs are set for float:left and float:right. When the middle divs grow vertically, I want the footer div to push down on the page. It currently only works in IE. On all other browsers, the footer div remains in the same spot and the other divs just overlap the footer. What am I doing incorrectly?

Also, all of these divs are wrapped in a parent div.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

时光与爱终年不遇 2024-09-22 12:16:51

您是否清除了页脚 div 之前的浮动?

如果没有,请在页脚 div 之前放置一个带有样式的 div

clear: both;

Have you cleared float before the footer div?

If not, put a div before the footer div with the style

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