解决IE兼容模式的方案

在html头 加标签 强制使用最新的ie渲染

<meta http-equiv="X-UA-Compatible" content="IE=edge">

 

强制使用最新的ie8渲染

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>

posted @ 2015-06-10 18:18  microsoftzhcn  阅读(861)  评论(0编辑  收藏  举报