简体   繁体   中英

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

There is no JavaScript error, so I am not sure what it can be. Can anyone point me in the right direction on how to debug or fix this?

IE is a very strict browser. It is unforgiving in terms of bad HTML/CSS/JS.

With that said, the rendered HTML is atrocious.

In IE, the style for #footwrap3 is not being applied.

I would start by looking through the HTML for unclosed HTML elements. This is also the reason why the floating footer is not appearing in the same place.

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