标题链接重叠问题

发布于 2024-12-10 18:43:06 字数 301 浏览 0 评论 0原文

http://ajaxstudios.com/

浮动动画“每日游戏”链接扩展至“快速 Ventrilo 连接”按钮上方甚至在子标题文本上。

有没有更好的方法来完成我想要完成的事情而不那么混乱?我现在主要使用 top: 和 padding: 来定位文本。我还尝试在 ventrilo 连接按钮上使用更高的 z 索引,将其分层在链接上方,但它似乎不起作用......

非常感谢任何帮助!感谢您抽出时间。

-伊森/奥托里斯

http://ajaxstudios.com/

The floating animated "Game of the Day" link is extended OVER the Quick Ventrilo Connection button and even over the sub header text.

Is there a better way to do what I'm trying to accomplish that isn't so messy? I'm using mainly top: and padding: to position the text right now. I've also tried using a higher z-index on the ventrilo connect buttons to have it layered above the link, but it doesn't seem to be working...

Any help is much appreciated! Thanks for your time.

-Ethan/Otoris

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

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

发布评论

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

评论(1

无边思念无边月 2024-12-17 18:43:06

不要在当天的游戏链接上填充,而是使用向右或向左,因为您已经在使用绝对定位。
相关地,如果我理解正确的话,为了使按钮分层在链接之上,您需要应用位置:相对或绝对以使 z 索引堆叠正常工作。

instead of padding on the game of the day link, use right or left, since you're already using absolute positioning.
in correlation, if i understand correctly, to make the buttons layered above the link, you need to apply position:relative or absolute in order to get z-index stacking to work.

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