【发布时间】:2009-10-06 22:05:19
【问题描述】:
我正在开发的客户端网站在 FF、Safari、IE7、IE8 中看起来不错。但是 IE6 将页脚浮动到页面顶部!!!!??
网站在这里: http://pssnet.com/~devone/myles/index.php 样式表:http://pssnet.com/~devone/myles/css/style.css
包装器和页脚css如下。页脚位于包装器 div 内。感谢您的反馈。
.wrapper {
position: relative;
min-height: 730px;
height: auto !important;
width: 770px;
margin-left: 14%;
margin-right: 10%;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
color: #336666;
border-style: solid;
border-width: 0px;
}
#footer {
clear: both;
position: absolute;
bottom: 0px;
width: 100%;
height: 100px;
background: #CEF6CE;
}
【问题讨论】:
标签: css cross-browser