绝对定位的块锚标记在 IE6 中不可点击

发布于 2024-11-01 07:24:16 字数 374 浏览 1 评论 0原文

我非常讨厌 IE6,但由于我们的大量潜在客户仍在使用它,所以我们开始...

出于某种原因,房子分解视图上的锚标记(小发光灯)无法单击。我很难理解为什么。我尝试过设置 z-index(当然在父锚点和实际锚点上)但无济于事......

你可以在源代码中看到相关的 css/js (啊啊啊,这将是一部多么糟糕的电影顺便说一句^^)

感谢大家的帮助。

以下是测试页面的链接: http://alarmefast.com/securitasdirect2011/haute-securite.php

I hate IE6 with a passion, but since a good chunk of our potential clients still use it, here we go...

For some reason, the anchor tags present on the exploded view of the house (the little glowing lights) are unclickable. I'm having a hard time understanding why. I've tried setting a z-index (both on the parent and the actual anchors of course) but to no avail...

You can see the relevant css/js in the source code (ahhhh what a shitty movie it'll be btw ^^)

Thanks for any help folks.

Here's the link to the test page : http://alarmefast.com/securitasdirect2011/haute-securite.php

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

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

发布评论

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

评论(2

当爱已成负担 2024-11-08 07:24:16

出于测试目的,请尝试从每个链接的标题字段中删除标签并在 IE 中进行测试。不知道为什么这会导致事情失败,但仍然值得测试。

另外,作为 IE 错误修复,请尝试将 clear:both 添加到所有发光的 标记中。

For testing purposes, try removing the tag from the title field in each of the links and test in IE. Not sure why this would be throwing things off, but worth testing nonetheless.

Also, as a IE bug fix, try adding clear:both to all of your glowing <a> tags.

你是暖光i 2024-11-08 07:24:16

好吧,我完全重写了代码以获得更干净的东西,现在它可以工作了。我想这只是一个非常具体的问题。

Ok so I completely re-wrote the code to get something cleaner, and now it works. Just a really specific problem I guess.

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