为什么我无法在 IE7 中单击此带有嵌套图像的链接?

发布于 2024-08-22 20:11:28 字数 268 浏览 1 评论 0原文

在 IE7 中打开以下页面,然后尝试单击类别框中的图像:

http:// /www.southwestmedical.com/category/Diagnostic-Products/354

据我所知,我没有做 (X)HTML/CSS 范围之外的任何事情,为什么我无法单击这些?

Open the following page in IE7 and try clicking on the image within the category boxes:

http://www.southwestmedical.com/category/Diagnostic-Products/354

As far as I can tell, I'm not doing anything outside of the scope of (X)HTML/CSS, why am I not able to click these?

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

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

发布评论

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

评论(2

不顾 2024-08-29 20:11:28

问题在于图像周围范围内的 display: block。删除它并调整样式以使其看起来相同,现在一切都很好。

The problem was the display: block on the span surrounding the img. Removed that and tweaked the styles to make it look the same and all is good now.

仙女山的月亮 2024-08-29 20:11:28

这似乎是一个已知现象:

img 一个 float: left 也可能有帮助,并且不会导致布局发生变化。

This seems to be a known phenomenon:

giving the img a float: left as well might help, and should cause no change in layout.

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