ie版本兼容模式html写法

以ie9举例

ie9以下

<!--[if lt IE 9]>

  样式
  <style type="text/css">
    .box-shadow{
      border: 1px solid #E6E6E6;
    }
  </style>

  或js
<![endif]-->

 

ie9

<!--[if  IE 9]> 
  <style type="text/css">
    .box-shadow{
      border: 1px solid #E6E6E6;
    }
  </style>
<![endif]-->

 

 

其他版本同此

posted @ 2018-08-16 09:57  哑葫芦  阅读(321)  评论(0编辑  收藏  举报