我的啤酒网站上的页脚粘性有问题
我即将推出的网站 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
#loggedIn .footer, .push
(第 889 行),而不是height:195px !important
-height:200px !important
。相差5px。就这样。
#loggedIn .footer, .push
(line 889), instead ofheight:195px !important
-height:200px !important
.A difference of 5px. that's all.