首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

IE8 兼容模式 解决方法

Posted on 2010-09-21 12:54  达奇  阅读(289)  评论(0编辑  收藏  举报

在head中加入:

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

即可