设置IE8的兼容模式
英文文档资源位置: Defining Document Compatibility
中文文档: 使用X-UA-Compatible来设置IE8兼容模式
指定文件兼容性模式
要为你的网页指定文件模式,需要在你的网页中使用meta元素放入X-UA-Compatible http-equiv 标头。以下是指定为Emulate IE7 mode 兼容性之范例。
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Tag:
- 1406 reads