简体   繁体   中英

site shows blank screen on IE but works fine in firefox or chrome

we have developed website http://www.2vin.com using yii the site works fine in Firefox and chrome but shows white screen in IE. we have fixed some of the html errors but it still shows blank screen in yii site name: http://www.2vin.com technology used: yii in php

The problem is caused by the <! [endif]--> <! [endif]--> in the head . Remove the space, changing it to <![endif]--> .

If you open up Developers tool (F12) and if you see "inline style{display:none;}"

add a css style in your css file...

body{display: block !important;}

I've had this issue with IE 9.

The way I resolved this on several machines was by removing the font "Helvetica".

Hope this helps.

J

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM