Valid conditional comments to target non-IE browsers and specific IE versions
问题 How do you use conditional comments to target Internet Explorer only Certain IE versions Certain IE versions and all other browsers No IE, just other browsers in a way that validates? (validator.w3.org/) 回答1: I tested these and they're valid HTML. IMPORTANT: Only IE 5 through 9 support conditional comments. <!-- 1. IE 5-9 only: --> <!--<![if IE]> <link rel="stylesheet" type="text/css" href="ie-5-through-9.css"> <![endif]>--> <!-- 2. Some IE versions --> <!--<![if gte IE 8]> <link rel=