读书人

让您的网站IE8浏览自动用IE7兼容模式

发布时间: 2012-10-25 10:58:57 作者: rapoo

让你的网站IE8浏览自动用IE7兼容模式

<html><head>   <!-- 在head标签中加入下面这句就能让IE8跟IE7的样式一样了 -->  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />   <title>My Web Page</title></head><body>   <p>Content goes here.</p></body></html>

读书人网 >Web前端

热点推荐