When I want to detect IE I use this code: function getInternetExplorerVersion() { var rv = -1; if (navigator.appName == 'Microsoft Internet Explorer') { var ua = navigator.userAgent; var...
  • May 28, 2022
  • 0 Comments
This question already has answers here: Detecting IE11 using CSS Capability/Feature Detection (18 answers) Closed 7 years ago. How can I hack or write css only for IE 11?...
  • May 24, 2022
  • 0 Comments