上面的Social Bar不是来了吗?

发布于 2024-12-27 19:00:02 字数 282 浏览 2 评论 0原文

我试图将栏靠近黑色页脚,它在 Chrome 中工作,但在 Firefox 和 Opera 中不起作用。 chrome 里的图片是这样的

但在 Firefox 和 Opera 中,社交栏已关闭,并且不会直接位于页脚下方。 直播网站在这里 http://uaepap.org/NewsEvents.htm

I am trying to put bar to close to black footer its working in chrome but not in firefox and opera. The picture in chrome is like it

But in firefox and opera the social bar is down and not coming directly underneath the footer.
Live site here
http://uaepap.org/NewsEvents.htm

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

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

发布评论

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

评论(2

何止钟意 2025-01-03 19:00:02

您没有清除浮动。将 overflow:hidden 添加到 #CopyRight

这是一篇简短的文章,解释了为什么以及如何清除浮动 - 清除浮动的方式和原因作者:Chris Coyier

You are not clearing your floats. Add overflow: hidden to #CopyRight.

Here is a short article explaining why and how to clear floats - The How and Why of Clearing Floats by: Chris Coyier

猛虎独行 2025-01-03 19:00:02

听起来您正在使用不可互操作的代码。

使用W3C 的标记验证服务验证您的 CSS 和 HTML。

Sounds like you are using non-interoperable code.

Validate your CSS and HTML using W3Cs' Markup Validation Service.

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