<!doctype html>是html5的声明,主流的游览器中只有ie8及以下版本不支持,这样ie会进入quirks模式。但之后的声明可以强制指定ie的呈现模式,所以<!doctype html>声明对ie就无影响。
html5并没有xhtml那么严格,对于一般的xhtml页面,基本都不通完全通过w3c验证标准,而改为html5声明后基本都能过。
复制代码 代码如下:
<!doctype html>
<!–[if ie]>
<meta http-equiv=”x-u玫瑰小镇图标a-compatible” content=”ie=8′ />
<![endif]–>
<!–[if ie 7]>
<meta http-equ有月的古诗iv=”x-u11月英文简写a-compatible” content=”ie=7′ />
<![endif]–>
<!–[if ie 6]>
<meta http-equiv=”x-ua-compatible” content=”ie=6′ />
<![endif]–>
关于x-ua-compatible
目前绝大多数网站都用
<m河南省教育考试eta http-equiv=”x-ua-compatible” content=”ie=emulateie7″ >
来作为ie8的兼容方法,虽然微软将ie向标准迈进了一大步,而事实上ie8还存在一系列渲染的奇怪现象是不争的事实。
谁让ie6那么多呢,或许2014年以后我们可以有更多的时间去关心ie8,而不是ie6或者ie7。
在x-ua-compatible中可用的方法有:
复制代码 代码如下:
<meta http-equiv=”x-ua-compatible” content=”ie=5″ >
<meta http-equiv=”x-ua-compatible” c能源与动力工程ontent=”ie=7″ >
<meta http-equiv=”x-ua-compatible” content=”ie=8″ >
<meta http-equiv=”x-ua-compatible” content=”ie=edge” >
[html]
其中最后一行是永远以最新的ie版本模式来显示网页的。
另外加上
[code]
<meta http-equiv=”x-ua-compatible” content=”ie=emulateie7″ >
<meta http-equiv=”x-ua-compatible” content=”ie=emulateie8″ >
而使用,emulate模式后则更重视<!doctype>
所以目前来说,云下载还是推荐以下
复制代码 代码如下:
<meta http-equiv=”x-ua-compatible” content=”ie=emulateie7″ >
为首选。
本文发布于:2023-04-03 07:28:30,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/5c11c10a738515c602f72c65ea23f805.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:HTML5 声明兼容IE的写法.doc
本文 PDF 下载地址:HTML5 声明兼容IE的写法.pdf
留言与评论(共有 0 条评论) |