gpt4 book ai didi

css - 在某些网页中,页脚在 IE 9 浏览器中显示不正确

转载 作者:行者123 更新时间:2023-11-28 07:44:13 24 4
gpt4 key购买 nike

我在页脚显示 IE9 时遇到问题,在某些页面中没有正确固定页脚。页 footer 分重叠在页面中间。但它在其他浏览器中正常工作。

我使用了下面的代码来显示页脚。

 .footer { 
position: absolute;
bottom:0;
width: 100%;
margin: 0 auto;
height:80px;
clear:both; /*padding-top: 250px;*/
padding-bottom:10px;
}

最佳答案

为了修复页脚,我使用了

.bottom_bar_fixed
{

z-index: 999 !important;
position: fixed;
bottom: 0px;
width: 100%;
height: 6%;
}

这对我有用

关于css - 在某些网页中,页脚在 IE 9 浏览器中显示不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30796216/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com