粘性页脚不适用于IE8

时间:2012-01-12 12:44:10

标签: css blueprint-css

我有一个粘性页脚的页面。适用于Firefox,但不适用于IE8。该页面基于Blueprint构建,我使用了margin-top: -48px;技术。

#wrapper {
    position: relative;
    min-height: 100%;
}

#footer_container {
    position: relative;
    margin-top: -48px;
    padding-top: 10px;
    clear: both;
}

有人可以帮助我吗?

1 个答案:

答案 0 :(得分:2)

您需要添加doctype作为第一行:

<!DOCTYPE html>

没有它,IE正在使用quirks mode