1
I need to know when the user accesses the website through Internet Explorer, run a CSS. So far so good, follow the code I used to apply CSS:
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="app/template/css/apenas-ie.css" />
<![endif]-->
However it is not working, unfortunately it is not identifying if it is Internet Explorer or not, because if I apply the css in the standard cover sheet picks, but inside this no.
Does anyone have any Script to check if the browser is Internet Explorer, regardless of the version, so I can then do an if and apply the css? Note: I need this in Javascript.
Consider Microsoft Edge also as Internet Explorer?
– Sergio
https://jsfiddle.net/9atsffau/
– BrTkCa
@Sergio only Internet Explorer.
– Maurício Krüger