IE7 中隐藏在 div 后面的下拉菜单

发布于 2024-08-30 08:39:41 字数 228 浏览 5 评论 0原文

大家好,我终于让 Suckerfish 正常工作并设计了样式,但在 IE7 中它隐藏在下面的 div 后面。 请参阅此处“您的视频/图片”按钮上的下拉菜单。

我通常知道 z 索引可以解决问题,但在本例中似乎没有。有人可以帮忙吗?

别担心这个网站不应该在 IE6 中运行;)

Hi I've finally got Suckerfish working and styled but in IE7 it is hidden behind the divs below it. See the dropdown on the 'Your Video/Pics' button here.

I know usually a z-index would solve the issue but in this case it seems not. Can anyone help?

Don't worry this site is not supposed to work in IE6 ;)

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

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

发布评论

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

评论(1

╭ゆ眷念 2024-09-06 08:39:41

尝试添加:

#header {
    position: relative;
    z-index: 1;
}

对于 IE,整个块的 z-index 必须高于其下面的块。

Try adding:

#header {
    position: relative;
    z-index: 1;
}

For IE, the entire block has to have a higher z-index than the block below it.

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