css - 如何使用适用于 Internet Explorer 的 CSS 使流动页脚粘在底部?

标签 css internet-explorer-9 tumblr

我在 IE 上查看了我的 Tumblr 主题,页脚位于页面中间,这是我的代码。

#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 解决方案?

最佳答案

Ryan Fait 拥有针对粘性页脚的最佳跨浏览器解决方案

See Here

但是在 stackoverflow 上有无数只使用 CSS 的粘性页脚的例子。

关于css - 如何使用适用于 Internet Explorer 的 CSS 使流动页脚粘在底部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15815563/

相关文章:

javascript - 为什么我应该为 wp_enqueue_scripts 插入 wp_head()?

javascript - 列出 CSS 自定义属性(CSS 变量)

javascript - Tumblr 静态 uploader 错误

javascript - Tumblr js 输出 MIME 类型错误

javascript - 禁用 Tumblr 照片集或更改它们的大小?

python / Selenium : How to treat assertions/errors as True or False only for further usage in program?

html - 以相反的方式使用 CSS 底部属性,可能吗?

CSS 行没有在表格内环绕

Javascript 适用于除 IE 9 以外的所有浏览器

HTML5 - mp4 视频无法在 IE9 中播放