【发布时间】:2017-09-23 14:02:53
【问题描述】:
我正在开发这个 http://37.60.224.253/~silviogu/staging.com/ 与 wordpress、genesis 框架和移动优先由 Brian Gardner 主题。我正在尝试重现 briangardner.com 中看到的页脚显示效果,但无法弄清楚如何避免在页面加载时页脚显示在站点容器上。
这是我正在使用的代码(由 briangardner.com 复制):
.site-container {
background-color: #fff;
margin-bottom: 300px;
z-index: 9999 !important;
}
.site-footer {
bottom: 0;
height: 300px;
position: fixed;
width: 100%;
z-index: -9999 !important;
}
【问题讨论】: