0

尝试使用 selectivizr。但我不明白它是如何工作的..

<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 能力)

4

0 回答 0