IE8 CSS and html vs IE7

旧巷老猫 提交于 2020-01-15 05:09:09

问题


Pardon any brashness here, I'm about at my wits end looking for answers.

I am looking for a list (if one exists) or some resource guide of specific html and css tags that have changed from IE7 to IE8. Specifically, I want to see something like "this code works in IE7 but not IE8... here is the broken tag's equivalent to make IE8 work."

I do NOT [begin frustration rant] want to hear anything about the meta x-ua-compatibility work around to put in my header. We are FIXING our app for IE8, not putting on a band-aid.

Thanks in advance!

//sw


回答1:


I fear this is somewhat of a pipe dream :)

However, my solution is to use IETester. This has helped me enormously!

http://www.my-debugbar.com/wiki/IETester/HomePage




回答2:


I don't know the CSS differences, but IE8 and IE7 support HTML identically. HTML, aside from HTML5, has not changed in more than 10 years.




回答3:


http://www.quirksmode.org/css/contents.html is by far the best resource for testing CSS differences between browsers. It is frequently updated, quick to scan, and very detailed and accurate. He has stuff on non-css differences as well but I find those sections less imperative.



来源:https://stackoverflow.com/questions/2740749/ie8-css-and-html-vs-ie7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!