我的啤酒网站上的页脚粘性有问题

发布于 2024-11-19 11:27:37 字数 349 浏览 5 评论 0原文

我即将推出的网站 http://beerwhich.com/tester/loggedIn.html 正在使用粘性标签页脚的解释如下: http://ryanfait.com/sticky-footer/

由于某种原因那里的底部是一个小间隙,因此大啤酒瓶不会像应有的那样从页脚边缘流出。

知道为什么吗?我使用 .container 作为包装器,它的负边距等于 .footer 的高度

My upcoming site, http://beerwhich.com/tester/loggedIn.html is using a sticky footer that is explained here: http://ryanfait.com/sticky-footer/

For some reason at the bottom there is a small gap, so the big beer bottle does not bleed off the footer edge as it should.

Any idea why? I'm using .container as my wrapper, which has a negative margin that is equal to the height of .footer

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

2024-11-26 11:27:37

#loggedIn .footer, .push(第 889 行),而不是 height:195px !important -

height:200px !important
相差5px。就这样。

#loggedIn .footer, .push (line 889), instead of height:195px !important -

height:200px !important.
A difference of 5px. that's all.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文