我使用粘性页脚,绝对位置,但在 IE6 中它不会拉伸到 100%。问题是我需要在其父容器上有不同的宽度来伪造列。父级没有指定宽度,但左边距允许左列使用另一种背景颜色。
#footer {
background-color:#ccc;
height:100px;
position:absolute;
bottom:0px;
width:100%;
left:0px;
text-align:center;
}
#wrapper {
background-color:red;
min-height:100%;
height:100%;
margin-left:264px;
}