【问题标题】:Blank space at the bottom底部空白处
【发布时间】:2017-07-08 04:47:38
【问题描述】:

我在网站 http://pcagrade.fr/8-certification-cartes-pokemon.html 上工作,但遇到了一个 CSS 问题:当我使用桌面浏览器缩小时,我的页脚没有跟随浏览器的底部,然后我在 (来自我的身体标签)。我该如何解决这个问题?

【问题讨论】:

  • 您可以通过在 SO 或 Google 上搜索“sticky footer”或“fixed footer”来找到此解决方案。

标签: css footer space


【解决方案1】:

使用心爱的 CSS 部分

#footer{
width: 100%;
position: fixed;
bottom: 0px;
}

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2022-08-20
  • 1970-01-01
  • 2020-06-27
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多