我檢查了我在IE瀏覽器上的Tumblr主題,頁腳位於頁面中間,這裏是我的代碼。如何使用CSS獲取液體頁腳粘到底部?
#mastfooter {
background-color: #4F3117;
height: 295px;
clear: both;
margin-top: 0;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
width: 100%;
position: absolute;
left: 0px;
bottom: -38px;
}
是否有Internet Explorer 9解決方案?
你能分享一個鏈接到頁面嗎? – davidb 2013-04-04 15:35:55
你的html是什麼 - 即#mastfooter坐哪? – Pete 2013-04-04 15:52:11
@ davidb - 這是一個鏈接到頁面。 http://lt-chocolate.tumblr.com/ – 2013-04-04 16:08:01