作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在页脚显示 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/
我是一名优秀的程序员,十分优秀!