将菜单悬停在表格单元内,存在 z 索引问题

发布于 2024-10-17 15:48:26 字数 188 浏览 11 评论 0原文

在表格单元格 (td) 内有一个悬停菜单,并将 td 设置为 position:relative,将菜单设置为 position:absolute,如您所见,菜单呈现在边框和下面的文本后面:

Have a hover menu inside a table cell (td) and have the td set to position:relative, the menu set to position:absolute, and as you see the menu renders behind the border and text below:

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

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

发布评论

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

评论(1

临风闻羌笛 2024-10-24 15:48:27

这似乎是一个 z-index 问题,将您的 table 设置为 CSS 中的 z-index:0; 并将菜单设置为 z-index:999;

请参阅:http://tjkdesign.com/articles /z-index/teach_yourself_how_elements_stack.asp 了解更多信息。

This seems like a z-index issue, set your table to a z-index:0; in CSS and the menu to z-index:999;

See: http://tjkdesign.com/articles/z-index/teach_yourself_how_elements_stack.asp for further info.

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