我遇到了 PIE 和 IE8 的一个主要问题。首先是CSS:
<!--[if lte IE 8]>
<style type="text/css">
*.article_image img {
position:relative;
border-radius:20px;
behavior:url(/js/PIE.htc);
}
</style>
<![endif]-->
HTML:
<div class="innerfade">
<div class="article_image">
<a>
<img>
</a>
</div>
</div>
这是带有 JQUERY 内淡化工具的“内淡化”块的一部分。今天我想这就是造成麻烦的原因。这在 IE10 中运行良好,开发人员工具设置为“IE8”,显示模式为“IE8 标准”。但在“真正的”IE8 中不起作用。任何想法为什么?