我希望我的一些样式仅适用于 IE 8 及更低版本。我也只想更改我的样式表而不是我的 html。这可能吗?
这是我只想应用到 IE 8 及更低版本的风格(我不想更改 IE 9 或 10)
.ui-icon-searchfield:after {
background-color: #000000;
background-color: rgba(0,0,0, 0.4);
background-image: url(images/icons-18-white.png);
background-repeat: no-repeat;
-webkit-border-radius: 9px;
border-radius: 9px;
filter: alpha(opacity=40);
}
我只希望在 IE 8 及更低版本上使用最后一种样式