, , IE, . JS- - .
, IE , :
<link href="sample.css" rel="stylesheet" type="text/css" />
As you can see from the syntax underscore, the link element is not commented out, so it will be visible to browsers other than IE, and for IE it will follow the condition (more than IE 8 in this example).
source
share