我想要 ie 8 的不同 css,我正在这样做但不工作
/* for all browsers other than IE. */
input[type=checkbox]
{
font-size: 12px;
line-height: 1.2em;
-webkit-appearance: none;
background: url(../../images/uncheck.png) no-repeat right;
}
<!--[if IE 8]>
input[type=checkbox]
{
font-size: 12px;
line-height: 1.2em;
-webkit-appearance: none;
}
<![endif]-->