本地测试删除头部ie11,chrome都正常显示,添加ie无效果。想问下标准是啥?就下面代码来说该怎么改算标准?
下面张贴代码  
 test.html  
nbsp;html public -//w3c//dtd xhtml 1.0 transitional//en http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd>
test.css  
 .te_div{  
 width:1000px;  
 height:100px;  
 background-color:#003333;  
 float:left;  
 }  
 .te_tab{  
 height:auto;  
 margin-left:auto;  
 margin-top:50px;  
 background-color:red;  
 float:left;  
 }
回复讨论(解决方案)   找到个答案http://answers.microsoft.com/zh-hans/ie/forum/ie11-iewindows8_1/ie11/40e557b2-f58b-4315-8a87-ea281b8e8833
注册表hkey_classec_root.css下的contente type 键值有问题  
 有人解释下吗?
   
 
   