Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
2 answers
174 views

IE 11 align center

Problem: Position absolute with parent align center is not working in IE, but working in Chrome/Safari. Expected: Should behave the same with IE 11 browser. IE 11 screenshot .selectContainer { ...
Cloud Soh Jun Fu's user avatar
0 votes
0 answers
441 views

Why isn't IE11 providing me with a stack trace?

I'm running a VM with Windows 7 to run IE11 for browser compatibility testing. I'm encoutering IE11 specific errors, but none of them seem to have stack traces, I'm just getting generic errors which ...
Adam McCann's user avatar
0 votes
0 answers
88 views

Find browser exact version for IE11 as default edge

I require to find exact browser version which should find the browser use IE 11 as edge in emulation. Windows7 IE 11 version has default emulation as Edge. And when we try to find the browser version ...
Will Mcavoy's user avatar
0 votes
1 answer
2k views

website display issue - Elements in menu-bar not showing when they have sub-menus

I developed a website and recognized an error during the cross browser testing. In Internet Explorer 11 elements in my menu-bar are not shown when they have sub-menus. Here is an image to show the ...
undefined's user avatar
  • 169
4 votes
1 answer
327 views

Why would a style that has been computed only work after toggling in devtools? (IE and Edge)

I have a css class like this: .open-drawer { transform: translateX(0px); border-left: 1px solid grey; margin-left 3px; } This class is added on a div which slides it out into view on a user's ...
Tam Borine's user avatar
  • 1,534
0 votes
2 answers
2k views

background css image does not show up in Internet Explorer 11

I have this image that shows up in every browser except for Internet Explorer 11< How do I fix this? Here is the code. .cartelement{position: relative;float: right;background: url(../images/cart....
Khodan's user avatar
  • 11
0 votes
0 answers
625 views

Compatibility issue of Internet Explorer with html2canvas or with the HTML/CSS code or the JavaScript used

I am using html2canvas (https://html2canvas.hertzen.com/) to capture an image with text typed on it. The text is typed by the user and the size of the text and textbox is dependent on the number of ...
hridayns's user avatar
  • 697
4 votes
2 answers
1k views

Javascript issue with IE11

My app was working fine till IE9, now it stopped working when I upgraded it to IE11. Here is a sample html and js . ISSUE In the first run ie. on load it works well. But when I select PDA brand, ...
user avatar
22 votes
2 answers
34k views

JavaScript Ajax SCRIPT1003: Expected ':' in IE 11

var url="tabla.php"; $.ajax({ type: "POST", url:url, data:{place,names,repor}, success: function(datos){ $('#tabla').html(datos); } This code ...
Mario Zanetta's user avatar
0 votes
1 answer
47 views

drops menu behind table headers when scrolling in IE11

I got a weird issue with IE11. When the drop down menu is selected and I begins to scroll, then the menu drops behind the table headers. URL of image (sry, don't have enough reputation to post ...
Andyjun's user avatar
2 votes
0 answers
262 views

Explorer 11 Header location to div ID not working

I've a problem trying to redirect to a specific div id in explorer. The code is working in chrome and Firefox but not in explorer 11 The code is just similar to that: header("Location: http://myurl....
user3347481's user avatar
1 vote
1 answer
535 views

Server side browser sniffing for IE 11 in .NET

Before the release of IE11, I have been using context.Request.Browser.Browser == "IE" to detect the IE browser on the server end. Since IE11 has user agent changes, now using the same technique ...
Sabby62's user avatar
  • 1,717
19 votes
4 answers
35k views

Force IE 11 "User agent string" using tags

My website is broken in IE11. We all know that HTML tags allow developer to force IE compatibility mode; in example <meta http-equiv="X-UA-Compatible" content="IE=8, IE=9" /> worked great ...
Emanuele Greco's user avatar
13 votes
3 answers
21k views

How can I fully test my website on previous versions of IE with IE 11?

With IE 10 testing my website on older versions of IE was very easy and always worked as it should, I just went to the developer tools, picked the version I wanted from the menu and I had no problems. ...
Cokegod's user avatar
  • 8,356
0 votes
2 answers
2k views

How to make cross-browser compatibility with IE10 and IE11?

I have this question: How can i make cross browser compatibility with IE 10 and IE11? The reason is that from version 10 are no more accepted conditional stylesheets, that is how i have resolved the ...
FrancescoMussi's user avatar