我有一个代码:
.cl_Label{
float:left;
width:25%;
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
font-weight:bold;
}这是工作在铬,但如11a属性宽度不能正常工作。我试着:
<!--[if lte IE 8]>
<link href="../css/only-ie.css" rel="stylesheet" type="text/css" />
<![endif]-->但css文件未加载。
我该怎么办?小窍门
发布于 2014-04-03 04:09:21
IE 11不再提供条件注释。自IE10起,MS已删除条件注释。You can check from here
https://stackoverflow.com/questions/22821824
复制相似问题