页脚 div 没有被下推
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否清除了页脚 div 之前的浮动?
如果没有,请在页脚 div 之前放置一个带有样式的 div
Have you cleared float before the footer div?
If not, put a div before the footer div with the style