If you do
<!--[if !IE]>
<link rel ... >
<![endif]-->
other browsers will still think this section is commented out. How do I make other browsers see the stylesheet?
Use this ...
<!--[if !IE]><!-->
<link rel= ...
<!--<![endif]-->
Basically you want to close the comments, without closing the the IE specific conditional section. It remains just normal HTML to other browsers, while becoming an exclusion zone for IE.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With