开发者

Site broken in IE7 - how to look for clues?

currently working on a site - we enabled compression was in iis6 on friday. also some css / javascript files have been minified...

Now back on monday and it appears the site has stopped working in IE7 and after reverting the changes the site still fails to work in IE7 and IE8.

Does anyone have any tips as to where we can start looking for clues as to where the error is? The page sometimes displays after a refresh bu开发者_Python百科t nothing is clickable....

Many thanks


The Issue was javascript with the defer="defer" which caused the site to fail, however we tried removing this attribute on javascript files.

However it required that the browser - IE 7 was closed fully reopened before the site worked properly!

hope this helps somone in the future.


Try to see if there are any JS errors, display dev console (F12) and try to switch between Browser mode and Document Mode, play with HTML doctype (quirks, standards, transient).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜