尝试使用选择性。但我不明白它是如何运作的。
<script src="jquery-1.11.2.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="selectivizr.js"></script>
<noscript>
<link rel="stylesheet" href="css/styleie.css" />
</noscript>
<![endif]-->
我如何连接它:
.button input[type="radio"] {
display: none;
}
input[type="radio"]:checked + label {
border: 1px solid red;
}
的style.css 在styleie.css中相同的代码。
在f12模式下测试IE 11(IE8功能)