0
即時通訊使用粘腳,絕對位置,但它不會伸展到IE6的100%。問題是我需要在其父容器上具有不同的寬度來僞造列。父級沒有指定寬度,但留有餘量,以便爲左列允許其他顏色。全寬絕對定位頁腳ie6
#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;
}
這不是很有幫助 – user1721135