网站在除Internet Explorer 8之外的所有浏览器上运行

时间:2022-02-14 16:58:44

So i just finished up my website and uploaded it (New-ish web dev, please don't be to harsh). It works fine on all browsers except IE8. The website has a lot to load (images, etc.) so it is white screen for 1 - 2 seconds then fades into the actual site. On IE8 (IE9 + works just fine) the page stays on the white 'loading' screen forever. I have a lot of code here and I'm just wondering what you professional web developers here think i should do!

所以我刚刚完成了我的网站并上传了它(New-ish web dev,请不要苛刻)。它适用于IE8以外的所有浏览器。该网站有很多要加载(图像等)所以它是白色屏幕1-2秒然后淡入实际网站。在IE8上(IE9 +工作得很好),页面永远保留在白色的“加载”屏幕上。我这里有很多代码,我只是想知道你在这里认为我应该做的专业网站开发人员!

Website URL: http://cydronix.kkhorram.info/

网站网址:http://cydronix.kkhorram.info/

3 个解决方案

#1


0  

There is two options: forget about IE8 or make it work on IE8.

有两种选择:忘记IE8或使其在IE8上运行。

Sounds like you have a problem with your javascript. To debug javascript on IE8, read this How to debug Javascript with IE 8.

听起来你的javascript有问题。要在IE8上调试javascript,请阅读本文如何使用IE 8调试Javascript。

#2


0  

I think one of your included .js files causing the issue. Check for the compatibility of your used javascript files

我认为你的一个.js文件导致了这个问题。检查您使用的JavaScript文件的兼容性

#3


0  

You said you uploaded the site - could you post the link if its live - otherwise without seeing some code the issue if difficult

你说你上传了网站 - 你可以发布链接,如果它是活的 - 否则没有看到一些代码问题,如果困难

#1


0  

There is two options: forget about IE8 or make it work on IE8.

有两种选择:忘记IE8或使其在IE8上运行。

Sounds like you have a problem with your javascript. To debug javascript on IE8, read this How to debug Javascript with IE 8.

听起来你的javascript有问题。要在IE8上调试javascript,请阅读本文如何使用IE 8调试Javascript。

#2


0  

I think one of your included .js files causing the issue. Check for the compatibility of your used javascript files

我认为你的一个.js文件导致了这个问题。检查您使用的JavaScript文件的兼容性

#3


0  

You said you uploaded the site - could you post the link if its live - otherwise without seeing some code the issue if difficult

你说你上传了网站 - 你可以发布链接,如果它是活的 - 否则没有看到一些代码问题,如果困难