简体   繁体   中英

IE8 CSS and html vs IE7

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

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

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.

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.

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