IE8 CSS and html vs IE7

Please forgive any cockiness, I am out of my mind looking for answers.

I'm looking for a list (if it exists) or some kind of resource guide for specific html and css tags that changed from IE7 to IE8. In particular, I want to see something like "this code works in IE7, but not in IE8 ... here is a broken tag equivalent to IE8."

I DO NOT [start to get frustrated] want to hear anything about working with meta-xa compatibility to put in my title. We are FIXING our IE8 app without wearing a bandage.

Thanks in advance!

// SW

+2


a source to share


3 answers


I'm afraid this is something like a dream :)

However, my solution is to use IETester. It helped me a lot!



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

+1


a source


I don't know the differences in CSS, but IE8 and IE7 support HTML in the same way. HTML other than HTML5 hasn't changed in more than 10 years.



0


a source


http://www.quirksmode.org/css/contents.html is by far the best resource for testing CSS differences between browsers. It is updated frequently, scans quickly, and is very detailed and accurate. He has material on non-CSS differences, but I find these sections less pressing.

0


a source







All Articles