2013-12-11 65 views
0

我想宽度的.container类,但即没有任何改变的CSS。如果任何机构有任何想法让我知道。波纹是我的代码。宽度不适用于类容器在IE 9

<!-- [if ie 9]> 
.nav > li > a{ 
padding-left: 20px !important; 
} 
.container{ 
max-width: 1350px !important; 
width: 1350px !important; 
} 
<![endif]--> 

My website link

This is screen shot what i am getting

回答

4

条件注释是指在HTML标记,而不是CSS中使用。 (见here的使用)

有黑客对CSS的目标IE9,如作为/9或...这样的:

/* target Internet Explorer 9 and Internet Explorer 10:*/ 

    @media screen and (min-width:0\0) { 
     /* ie9+ code here */ 
     ... 
    } 

检查这个例子FIDDLE在IE9 +等浏览器