属性宽度css没有正确工作IE 11

时间:2014-04-02 20:03:01

标签: css internet-explorer-11

我有一个代码:

.cl_Label{
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}

它在chrome中工作但是,即11属性宽度无法正常工作。我试试:

<!--[if lte IE 8]>

<link href="../css/only-ie.css" rel="stylesheet" type="text/css" />

 <![endif]-->

但css文件未加载。

我该怎么办? TNKS

1 个答案:

答案 0 :(得分:2)

IE 11不再提供条件注释。自IE10起,MS已删除条件注释。 You can check from here