2011-11-10 50 views
-1

我有一个奇怪的问题...我正在开发一个网络应用程序来搜索房屋出租,并且该网站在FF,Chrome中显示很好,但在IE中我得到一个白页。 ... 你能否提示一下代码?也许一些java脚本问题? 我已经挖了,但我被困住了。仅在IE8/IE9中显示的白页

+0

对不起,链接是http://rentforme.net –

回答

0

的问题是:

</head> 
<!--[if lt IE 7]> 
<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'> 
<div style='position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;'&gt;&lt;a href='#' onclick='javascript:this.parentNode.parentNode.style.display="none"; return false;'&gt;&lt;img src='http://www.ie6nomore.com/files/theme/ie6nomore-cornerx.jpg' style='border: none;' alt='Close this notice'/></a></div> 
<div style='width: 640px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>-->; 
</head> 

你有2头结束标记之间,并且你有一个大空div。这就是IE上显示的内容。