【问题标题】:Why is there so much blank space after the footer?为什么页脚后面有这么多空白?
【发布时间】:2012-08-30 04:45:20
【问题描述】:

查看问题的最简单方法是在网站本身:http://marketsay.com/

我想成为一个粘性页脚的底部区域(蓝色)。我以为我可以在笔记本电脑上使用它,但现在我在宽屏显示器上看它,它下面有很多空间。

我浏览了文档和 CSS,不知道为什么,你能看到我遗漏的任何东西吗?

【问题讨论】:

    标签: html css wordpress sticky-footer


    【解决方案1】:

    您需要在已有的基础上添加以下内容:

    #wrap {
        position:relative;
    }
    
    #inner {
        margin-bottom:142px;
    }
    
    .disclaimer {
        position:fixed;
        bottom:0;
        width:100%;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-09-18
      • 2021-12-28
      • 1970-01-01
      • 1970-01-01
      • 2017-10-28
      • 1970-01-01
      • 2018-03-02
      • 2020-04-25
      相关资源
      最近更新 更多