在IE7标准模式下加载IE9

时间:2013-09-24 12:15:18

标签: html internet-explorer cross-browser internet-explorer-7

我有一个博主,它不会加载比IE7更新的东西。我作为临时修复程序所做的是在head标记之后使用此元代码强制文档进入IE7标准模式。

<meta content='IE=7' http-equiv='X-UA-Compatible' />

默认情况下,它检测到页面是IE7标准模式,但仍然在IE9中以IE9标准模式加载页面。基本上,我需要强制它默认加载IE7标准模式。

这可能与我使用的是HTML 5 doctype的事实有关吗?以下是元标记的代码......

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<meta content='IE=7' http-equiv='X-UA-Compatible' />

任何想法的人?

0 个答案:

没有答案