Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/86.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 为什么http://www.shlomifish.org/ MSIE 8中显示错误?_Html_Css_Internet Explorer - Fatal编程技术网

Html 为什么http://www.shlomifish.org/ MSIE 8中显示错误?

Html 为什么http://www.shlomifish.org/ MSIE 8中显示错误?,html,css,internet-explorer,Html,Css,Internet Explorer,我在维护一个个人网站。它在Firefox3.5、Opera9.x、Konqueror4.3和InternetExplorer(MSIE)7中显示良好。但是,对于MSIE 8(8.0.6001.18702),它的显示完全错误: 顶部有一个很大的空白,我看不到左边的导航菜单 该页面验证为XHTML1.1和CSS 2 有谁能解释一下,让我知道如何修复它吗?我认为InternetExplorer8应该比它的前身更符合标准 问候, --Shlomi Fish有人提到,我需要使用Internet Explo

我在维护一个个人网站。它在Firefox3.5、Opera9.x、Konqueror4.3和InternetExplorer(MSIE)7中显示良好。但是,对于MSIE 8(8.0.6001.18702),它的显示完全错误: 顶部有一个很大的空白,我看不到左边的导航菜单

该页面验证为XHTML1.1和CSS 2

有谁能解释一下,让我知道如何修复它吗?我认为InternetExplorer8应该比它的前身更符合标准

问候,

--Shlomi Fish

有人提到,我需要使用Internet Explorer开发工具(看起来很不错,让我想起Firebug),然后我注意到页面的元素树完全关闭了。事实证明,我放在那里的AdBrite广告横幅中的一些令人不快的代码把它搞砸了


我现在已经删除了它。

使用此元标记将IE8回滚到兼容模式(IE7)。它将把站点上的所有内容呈现为IE7

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />