我想在页面底部修复我的页脚。它在 Internet Explorer 上运行,更改文档类型会改变我页面中的许多内容,因此我无法使用它。
还有其他解决方案吗?
.footer{
width:100%;
height:49px;
background-image:url(../img/footer-bg.gif);
background-repeat:repeat-x;
bottom:0;
left:0;
right:0;
z-index:99;
float:left;
overflow:hidden;
position:fixed;
}