What CSS to fix in different IE Conditional Statement Classes
I am trying to find out if there is a summary for all the css fixes for
the classes added (such as lt-ie9, lt-ie8, lt-ie7 etc) in the IE
statements as in the code shown in Paul Irish's website:
http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
if there is no such summary, do I fix the css issues (and add those fixes
I come across in books/online) after actually testing the browsers ?
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if gt IE 8]><!--> <html class=""> <!--<![endif]-->
No comments:
Post a Comment