没有列出类似问题的解决方案:href 链接中的图像在 ie7 中不起作用
我的图片链接在 ie9 中无法使用,但在 Firefox 和 Chrome 中可以完美使用。我知道问题在于 ie 对嵌套 div 的处理方式。当我删除它时,链接有效,但我想让它标准化图像所在的框。
<a href='http://www.weflect.com/obj_photos.php?obj_name=Christopher+Nolan&obj_id=1000003100634240'>
<div class='img_m2'>
<img class='size_m2' alt='Christopher Nolan' src='http://s3.amazonaws.com/weflect-objects/1000003100634240-f741bdae22811aa18cb2b22eb395d404-35323-m2.jpg'/>
</div>
</a>
现场直播可以查看:http ://www.weflect.com/object/Christopher+Nolan/1000003100634240//
此外,通过在 div 中放置“a href”来交换顺序不是一种选择,因为我希望能够将不同的链接位置设置为同一个图像。我可以解决它以将链接 url 传递给 obj_img 函数,但宁愿不这样做。这个问题还有其他答案吗?