IE8在兼容性视图中呈现元标记

时间:2015-02-19 19:13:36

标签: internet-explorer-8 ie8-compatibility-mode

我知道这是一个很多问题,但我无法找到答案:

我的网站在兼容性视图中默认加载IE8。 我试过把

<meta http-equiv="X-UA-Compatible" content="IE=edge">标记,但没有用处。文档模式是IE8,但浏览器模式保持兼容性。

我也尝试过: <meta http-equiv="X-UA-Compatible" content="IE=8"> <meta http-equiv="X-UA-Compatible" content="IE=8,9,10,11"> <meta http-equiv="X-UA-Compatible" content="IE=Emulate8">

我还有以下doctype:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN" "http://www.w3.org/TR/html4/loose.dtd">

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

发现问题。 我从Intranet进入该站点,IE在兼容性视图中打开本地Intranet上的所有站点(localhost除外)。