简体   繁体   English

如何追踪IE9中的冲突?

[英]How to trace conflicts in IE9?

I have a web page where the footer is showing on top of the page only in IE9: http://goo.gl/XnSNJ 我有一个网页,页脚仅在IE9中显示在页面顶部: http : //goo.gl/XnSNJ

There is no JavaScript error, so I am not sure what it can be. 没有JavaScript错误,所以我不确定它可能是什么。 Can anyone point me in the right direction on how to debug or fix this? 谁能为我指出正确的方向,以调试或解决此问题?

IE is a very strict browser. IE是非常严格的浏览器。 It is unforgiving in terms of bad HTML/CSS/JS. 就不良HTML / CSS / JS而言,这是无法原谅的。

With that said, the rendered HTML is atrocious. 话虽这么说,呈现的HTML是残酷的。

In IE, the style for #footwrap3 is not being applied. 在IE中,#footwrap3的样式未应用。

I would start by looking through the HTML for unclosed HTML elements. 我将从浏览HTML中未封闭的HTML元素开始。 This is also the reason why the floating footer is not appearing in the same place. 这也是浮动页脚未出现在同一位置的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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