IE8 Z-Index 绝对位置

发布于 2024-12-11 03:39:31 字数 210 浏览 0 评论 0原文

我在 div 中有一个锚点,覆盖了 div 的所有内容。问题是,当您将鼠标悬停在任何非空白区域(例如图像或某些文本)上时,IE8 会忽略该链接: http://jsfiddle.net/jf7xf/

我需要将哪些 CSS 应用于哪些元素才能使 IE8 的锚点覆盖任何同级元素?

I have an anchor within a div overlaying all the contents of the div. The problem is that IE8 is ignoring the link when you hover over any non-white-space (e.g. an image or some text): http://jsfiddle.net/jf7xf/

What CSS do I need to apply to what elements to make IE8 have the anchor overlay any sibling elements?

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

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

发布评论

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

评论(1

画离情绘悲伤 2024-12-18 03:39:31

经过大量实验,我发现要在 IE8 中覆盖锚点,我必须将图像放入锚点中。我使用了 1x1 透明像素,将宽度和高度设置为 100%,它可以工作!耶!

http://jsfiddle.net/jf7xf/44/

After a lot of experimentation, I have found that to overlay the anchor in IE8 I have to place an image into the anchor. I have used a 1x1 transparent pixel, set the width and height as 100% and it works! Yay!

http://jsfiddle.net/jf7xf/44/

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