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
a source to share
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.
a source to share