Top "Internet-explorer-11" questions

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

JavaScript localStorage object broken in IE11 on Windows 7

The localStorage object in Internet Explorer 11 (Windows 7 build) contains string representations of certain functions instead of native calls as you …

javascript html windows-7 local-storage internet-explorer-11
Jquery fail to detect IE 11

Just stumbled upon an issue. When trying to detect IE 11 (the beta version currently on air) using Jquery, the result …

jquery internet-explorer-11 browser-detection
IE11 detect whether compatibility view is ON via javascript

does anyone know how to check if IE 11 compatibility mode is ON when I'm on a website through javascript? I …

javascript internet-explorer-11 ie-compatibility-mode
IE 11 sends different User-Agent header to different subdomains

Well, I've been working on an User-Agent based shared-session protection between subdomains. I was extremely surprised that it's been working …

internet-explorer http http-headers user-agent internet-explorer-11
IE11 CSS alternative to "unset"

I have a fixed div on my page which is positioned with the following CSS properties: width: 320px; height: 160px; …

css html internet-explorer-11
IE11-Only Submit Bug

I have a form on a page, something simple like: <form action="form/submit" method="post"> <button …

javascript forms internet-explorer internet-explorer-11
Why doesn't Internet Explorer 11 honour conditional comments even when emulating Internet Explorer 8 document mode?

I'm using the new Internet Explorer 11 developer tools to switch the document mode to "8", but conditional comments are still ignored, …

internet-explorer browser conditional-comments internet-explorer-11 ie11-developer-tools
How to set IE11 default emulating Core

how i can set default emulation IE to Edge? In F12 i have selected IE7 and i dont know how …

default internet-explorer-11 emulation ie11-developer-tools
IE11 F12 developer tools greyed out

Wondering if anyone's seen the below behaviour with the IE11 F12 developer and if there's a fix? OS is Windows …

internet-explorer internet-explorer-11 ie11-developer-tools
How to make background-image with linear-gradient work on IE 11?

Any idea how I can make background-image with linear-gradient to work on IE 11? The following code works fine on IE 10 …

css background-image linear-gradients internet-explorer-11