这是一个,文档兼容模式的定义。
Edge 模式告诉 IE 以最高级模式渲染文档,也就是任何 IE 版本都以当前版本所支持的最高级标准模式渲染,避免版本升级造成的影响。简单的说,就是什么版本 IE 就用什么版本的标准模式渲染
<meta http-equiv="X-UA-Compatible" content="IE=edge">
使用以下代码强制 IE 使用 Chrome Frame 渲染
<meta http-equiv="X-UA-Compatible" content="chrome=1">
提示 IE 用户安装 Google Frame
Google 官方提供了对 Google Frame 插件安装情况的检测,这里直接调用方法即可,如果检测到 IE 并未安装 Google Frame,则弹出对话框提示安装。
<script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script><script>CFInstall.check();</script>
最佳的兼容模式方案,结合考虑以上两种:
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- 浏览: 758371 次
- 性别:
- 来自: 南京
文章分类
- 全部博客 (663)
- Eclipse&MyEclipse (40)
- PHP (3)
- Java (72)
- CSS (3)
- MySQL (35)
- Oracle (68)
- Red Hat Linux (23)
- Tomcat (26)
- Oracle10gAS (1)
- Spring (28)
- MyBatis&iBatis (13)
- JS (47)
- JQuery (23)
- Editplus (2)
- 其他 (4)
- Html (15)
- SQL (5)
- Ant (2)
- Hadoop (2)
- Servlet (9)
- Windows (11)
- Flex (1)
- CentOS Linux (7)
- Microsoft SQL Server (2)
- DB2 (3)
- Mysql char 与 varchar 区别 (0)
- excel (5)
- jsp (8)
- FreeMarker (1)
- EasyUI (5)
- WebShpere MQ (1)
- Maven2 (6)
- 浏览器缓存 (2)
- visio (1)
- XML (2)
- 物联网 (1)
- Maven (3)
- JSTL (2)
- HTTP (1)
- Fourinone (1)
- IP知识 (1)
- MyBatis (1)
- 项目管理 (2)
- office2003+2007 (1)
- DOS (1)
- JProfiler (1)
- Thinpad T440p (1)
- ActiveMQ (10)
- MongoDB (5)
- Vert.x3 (1)
- Ngnix (3)
- Spark (2)
- BigData (1)
- 性能概念公式 (1)
- RocketMQ (3)
- IT名词术语 (1)
- Java编程工具 (1)
- RabbitMQ (2)
- MetaMQ (1)
- 架构 (6)
- KafkaMQ (7)
- Redis (4)
- OAuth (1)
- Gradle (1)
- CentOS (5)
- Microsoft_Toolkit (1)
- git (5)
- IntelliJ Idea (4)
- Nginx (3)
- docker (12)
- VMware (2)
- 算法 (1)
- JDBCPool (1)
- spring-cloud (7)
- netbean (1)
- 微信小程序 (2)
- CURL (2)
- Java生成二维码 (1)
- 区块链 (2)
- 机器学习 (1)
- SpringBoot (3)
- Android (9)
- 微服务架构 (1)
- Kubernetes (2)
- OpenProject (0)
- 测试 (1)
- https (1)
- 开源许可证 (1)
- ServiceMesh (2)
- NET (0)
- .NET (1)
- TEST (1)
- iOS (2)
- thymeleaf (4)
- lombok (1)
- 浏览器设置 (1)
- 富文本编辑器 (1)
- 搜索引擎 (1)
- IT常识 (1)
- UML (0)
- Axure (1)
- appstore无法联网 (0)
- apk无法安装 (1)
- SQLServer (2)
- 卸载弹窗软件 (1)
- jenkins (1)
- TortoiseGit (1)
- eureka (1)
- ajax (1)
- spyder (0)
最新评论
发表评论
-
前端性能优化小纪(转)
2018-02-22 16:18 608天下武功,无坚不破, ... -
JS window对象的top、parent、opener含义
2015-08-26 15:20 7281.top 该变更永远指分割窗口最高层次的浏览器窗口。如果计划 ... -
精简代码,为网站减负的十大建议(转)
2014-01-23 13:23 672在降低网页文件大小方面,图片尺寸的调整起着重要的作用。将图片尺 ... -
HTML 教程(转)tabindex
2013-10-15 09:27 635http://www.dreamdu.com/xhtml/v ... -
jquery.uploadify插件实现图片上传和预览效果 (转)
2013-05-06 12:34 17681、js代码: <script ty ... -
最近项目中用到的图片上传前预览功能,兼容IE6-9,FF(转)
2013-05-06 12:23 949最近项目中用到的图片上传前预览功能,兼容IE6-9,FF&l ... -
鼠标放上去显示层 DIV
2013-05-03 13:19 1300<html> <head> &l ... -
JSP HTML 打印 (转)
2013-04-12 20:07 1060function printit(){if (confirm ... -
HTTP头的Expires与Cache-control (转)
2013-01-02 12:59 4661.概念 Cache-control用于 ... -
JS 删除字符串前后空格(转)
2012-11-18 23:18 1325js字符去空格 ---------------------- ... -
Html 颜色关键字 16种 (转)
2012-11-18 23:17 1009备注:html颜色关键词16种(1) 名称背景 数 ... -
js 获取浏览器高度和宽度值(多浏览器)(转)
2012-10-08 13:50 836IE中: document.body.clientWidth ... -
js 获取浏览器高度和宽度值(多浏览器)(转)
2012-10-08 13:48 0[img][/img] -
HTML 关闭子页面时,禁止父页面的滚动条 移动
2011-04-07 11:41 15631. 弹出子页面 ChildPage <a hr ... -
HTML <a> 定位 (转)
2011-04-07 11:33 1434window.location window.location ...
相关推荐
meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″> 但令我好奇的是,此处这个标记后面竟然出现了chrome这样的值,难道IE也可以模拟chrome了? 迅速搜索了一下,才明白原来不是微软增强了IE,...
`<meta http-equiv="X-UA-Compatible" content="IE=7">` 这一行代码是针对Internet Explorer 8(IE8)浏览器的一个特定设置,它的作用是强制IE8以Internet Explorer 7(IE7)的标准模式来渲染网页内容。在IE8之前,...
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> ``` - **解释**: - `IE=edge`:告诉IE使用最新的渲染引擎(即IE浏览器本身的最新版本)。 - `chrome=1`:如果页面检测到已安装GCF,则使用...
`X-UA-Compatible` 是一个HTTP头部响应或HTML元标签,它的作用在于解决不同IE版本之间的兼容问题。IE8引入了这一特性,允许开发者指定浏览器应使用哪个IE版本的渲染模式来解析网页。这是因为不同版本的IE浏览器对Web...
在 `X-UA-Compatible` 属性中添加 `chrome=1` 如下: ```html <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> ``` 这将激活Google Chrome Frame插件,如果用户已经安装了这个插件,那么在支持的...
### IE中引入GoogleChromeFrame插件 #### 一、引言 在早期的Web开发过程中,浏览器兼容性一直是困扰开发者的一大难题。不同浏览器对于HTML、CSS及JavaScript的支持程度不一,尤其是在Internet Explorer(以下简称...
`<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">`针对Internet Explorer,确保使用最高版本的IE内核(Edge模式),如果装有Google Chrome Frame插件,则使用Chromium内核。 4. **响应式布局**:...
meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>简单实用的notie.js消息提示框插件</...
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> ``` 这里,`content`属性的值`IE=edge`告诉浏览器使用最高版本的渲染引擎,`chrome=1`则用于触发Google Chrome Frame(如果已安装),以提供更好的...
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <!--首页...
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="renderer" content="webkit"> 园区重点数据 <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> ...
本文实例讲述了Bootstrap实现前端登录页面带验证码功能。...meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>登录</title> <!-- 让一些搜索引擎搜索到你的网页 -
meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>简单的HTML5 Canvas赛车游戏代码</title&...
meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> ...
meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <link rel=...
包含3个文件:html、slider-H5.js、jquery.js。...meta http-equiv=X-UA-Compatible content=IE=edge,chrome=1 /> <meta name=viewport content=width=device-width, target-densitydpi=high-dpi, initial
layui 富文本赋值: <!DOCTYPE html> <html> <head>...meta http-equiv=X-UA-Compatible content=IE=edge,chrome=1> <meta name=viewport content=width=device-width, initial-sca
- **`<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">`**: - **用途**:使IE浏览器以最高版本渲染页面。 - **示例**: ```html <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=...
meta http-equiv=X-UA-Compatible content=IE=edge,chrome=1> <meta name=viewport content=width=device-width, initial-scale=1.0> <title>CSS3 3D transforms-旋转木马</title> <link...