I'm trying to create CSS so that the web works correctly in IE 9 or higher, but when I insert them, it only recognizes it in IE9 but in IE10 or IE11 no.
I've put the head on
<!--[if IE]><link href="css/airN/airN-ie.css" rel="stylesheet" media="screen"><![endif]-->
And I only recognize it in IE9, I tried to put:
<!--[if IE 10]><link href="css/airN/airN-ie.css" rel="stylesheet" media="screen"><![endif]-->
And the same for IE11 to see if putting it that way I recognized the CSS for these versions of IE but I do not recognize the CSS
How can I get the CSS for IE9 and higher recognized?