Top "Internet-explorer-11" questions

Internet Explorer 11 (IE11) is the successor to Internet Explorer 10.

How to downgrade from Internet Explorer 11 to Internet Explorer 10?

As a developer, I found the new Internet Explorer version to be a complete nightmare. I turned the windows feature …

internet-explorer internet-explorer-11
How to write a CSS hack for IE 11?

How can I hack or write css only for IE 11? I have a website that looks bad in IE 11.I …

css css-selectors internet-explorer-11 css-hack
IE11 prevents ActiveX from running

Our web browser plugin works fine in IE9 and IE10 but in IE11 the plugin is neither recognized as an …

activex internet-explorer-11
How to bring back "Browser mode" in IE11?

UPDATE: The old question applies only to IE11 preview; browser mode had returned in final release of IE11. But there …

cross-browser ie-developer-tools internet-explorer-11
How to detect IE11?

When I want to detect IE I use this code: function getInternetExplorerVersion() { var rv = -1; if (navigator.appName == 'Microsoft Internet …

internet-explorer debugging internet-explorer-11 browser-detection forward-compatibility
How to set IE11 Document mode to edge as default?

I have Internet Explorer installed on my computer but needed to test compatibility mode of IE 7. After changing the document …

internet-explorer compatibility internet-explorer-11 ie-developer-tools
Internet Explorer 11 detection

I know IE 11 has different user agent string than all other IE Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv 11.0) like Gecko I …

javascript internet-explorer internet-explorer-11
Internet Explorer 11 disable "display intranet sites in compatibility view" via meta tag not working

I have been working on an intranet website for over 6 months were I have been using the below html5 doctype …

html internet-explorer compatibility internet-explorer-11
Where's the IE7/8/9/10-emulator in IE11 dev tools?

IE11 has just been released (as a developer preview) and i cannot find the IE7/8/9/10-emulator in IE11 dev tools. …

internet-explorer ie-compatibility-mode internet-explorer-11