这个微型网站的页脚最奇怪的事情

发布于 2024-10-19 10:53:51 字数 430 浏览 3 评论 0原文

在 firebug 上检查这一点,特别是带有页脚想法的 div : http://club-avantages.alarmefast.com/

现在,检查此页面上的相同内容: http://club-avantages.alarmefast.com/contact.php

以及页面commande.php

我意识到这个网站的代码有点混乱,但它是匆忙完成的,现在在最后两页上我留下了一个页脚,由于某种原因卡在屏幕顶部,但其内容粘在底部...

您可以提供任何帮助吗?

提前致谢,

Check this on firebug, the div with an idea of footer specifically :
http://club-avantages.alarmefast.com/

Now, check the very same thing on this page :
http://club-avantages.alarmefast.com/contact.php

and also the page commande.php

I realize the code for this site is kind of messy, but it was done hastefully, and now on those last two pages I am left with a footer that for some reason gets stuck at the top of the screen, but whose content sticks to the bottom...

Any help you may provide ?

Thanks in advance,

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

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

发布评论

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

评论(1

鱼窥荷 2024-10-26 10:53:51

在我看来,在联系页面上,页脚没有显示填充,但在主页上却显示了。它这样做的原因是,元素浮动在那里,并且父 div(#footer) 没有包围这些元素。简单的修复方法是添加 float:left 或 Overflow:hidden 即可修复它。

Looks to me, on the contact page the footer doesn't show the padding but on the home it does. The reason it does this is, you have elements floated in there and the parent div(#footer) doesn't surround the elements. Simple fix is add float:left or overflow:hidden and it will fix it.

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