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

All Questions

0 votes
0 answers
107 views

How to solve SCRIPT1002: Syntax error <html lang="en"> on IE11

I can't find anything wrong with the code <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="...
Axel Mhar's user avatar
  • 138
0 votes
1 answer
111 views

Max-width on Internet Explorer

I'm having trouble getting max-width to work in IE. Is there a way to get max-width to work on IE? This is what it looks like on other browsers: enter image description here This is what it looks like ...
roarsandmeows's user avatar
1 vote
0 answers
141 views

Internet Explorer 11 Developer Tools: 'DOM refresh' button is missing

I'm running the IE11 on Win81 VM image provided by Microsoft. The problem I'm having is that the Developer Tools' DOM Explorer tab only shows the state of the document after the page loads. Any ...
mamacdon's user avatar
  • 3,089
0 votes
1 answer
76 views

Custom collapsed navbar (2 columns, with each column containing 2 columns of items)

I have a custom collapsed bootstrap navbar. Not collapsed it looks like this (notice I have 2 sets; 1st is the menu items, 2nd is social media icons) normal. All good so far. Works in all browsers ...
ThermalShock's user avatar
2 votes
0 answers
76 views

IE11 not restricting width with text-overflow: ellipsis [duplicate]

I have some HTML and CSS that shows a long string of text next to a button. The long string of text is vertically centered relative to the button, and the text shows an ellipsis ... so it all fits ...
Kevin Workman's user avatar
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
1 vote
1 answer
122 views

Cannot get grid to align properly in IE11

I am having issues getting a grid to display correctly on IE. I want to avoid autoprefixers and need something simple. I hope it's something that I missed. I have the following CSS code: .container { ...
Storm Parker's user avatar
0 votes
1 answer
81 views

Container gets cuts off when using flex for a dialog in Internet Explorer 11

I am trying to create a cross-browser dialog box system. Basically, you click a link and the dialog pops down. Surprisingly, I got it to work on all major browsers, including IE 11. The only issue is ...
darkhorse's user avatar
  • 8,656
2 votes
1 answer
55 views

Centering vertically using flex not working correctly in Internet Explorer 11

I am trying to center an icon inside 2 divs using flex. The code is below: .div-1 { width: 50px; height: 50px; display: flex; border-radius: 50%; background-color: #228B22; } ....
darkhorse's user avatar
  • 8,656
0 votes
1 answer
644 views

Responsive image with srcset not working in IE11

<img srcset="assets/img/pages/support-and-services/hub/head1-40w.png 40w, assets/img/pages/support-and-services/hub/head1-80w.png 80w" sizes="40px" src="assets/img/pages/...
df0o's user avatar
  • 15
0 votes
0 answers
435 views

How to implement an input type in IE which accepts a decimal number with comma?

I am trying to implement a cross browser consistent float input type in HTML5. Sofar i have this: <input type="number" step="any" lang="en-150"> The problem is, all major browsers ...
akcasoy's user avatar
  • 6,995
0 votes
1 answer
394 views

How to make input type color working in IE-11 in 2020?

How to make input type color working in IE in 2020? <input type="color"> I tried a lot of polyfills but no luck yet. As a last resort, what external library do you recommend?
231412 412389421's user avatar
0 votes
1 answer
504 views

Copy full DomX path in IE 11 Dom Explorer

I want to copy the full DomX Path from a certain element in IE11 Developer console. Within Chrome you can open up F12, right click the element and "copy full DomX path" but as far as I can see IE ...
sloef202's user avatar
-1 votes
1 answer
1k views

Is there a way to use Foxy Proxy or some url pattern in Internet Explorer

I want to redirect some url pattern to take resources from locally, and same can be achieved using foxy proxy extension in Chrome or Firefox, but there is no support for IE. Can anyone help ?
Sarvesh Mahajan's user avatar
0 votes
1 answer
328 views

IE 11 doesn't load JS script (removes it from its list of scripts in developer tools)

(All other browsers including Edge work fine) I have a script A.js and B.js. They're both loaded: <script src="/scripts/A.js?20191031012417" type="text/javascript"></script> <script ...
Dalibor's user avatar
  • 1,522

15 30 50 per page
1
2 3 4 5
15