Skip to main content

All Questions

0 votes
1 answer
504 views

Internet Explorer adds additional padding to flex box. How to fix?

I have three flex-box cards each identical with an img at the top followed by an info section split into two columns. It looks fine in all browsers, except Internet Explorer 9 and 11 (I haven't been ...
MikeP23's user avatar
  • 23
0 votes
0 answers
31 views

I am not able to load the page when my user is in shanghai and operating one the application page with Win8.1 and IE11.x

I am not able to load the page when my user is in Shanghai region and operating one the application page with Win8.1 and IE11.x.
Him Singhvi's user avatar
-1 votes
2 answers
3k views

filter:grayscale(100%) in IE 11 for images

I have searched all over the internet but I didn't get any solution. Can anyone say what is the alternative for the css3 filter and for transistion3d in IE 11 and IE 12? I don't want to use any ...
Keerthi Reddy Yeruva's user avatar
0 votes
0 answers
177 views

Flex box contents overflow fix for Internet explorer?

This image part contains two images, light-green square image and the other image, with different pixels for height & width each other, and they are wrapped in a box with flex CSS, to align ...
Damegami's user avatar
2 votes
0 answers
808 views

React Component not rendered in IE 10 or 11

I have my react component which is working fine in firefox, chrome and Microsoft Edge but I get a blank page when I check it in IE 10 or IE 11. I understood that it has to do something with polyfills....
Nikhil Raikar's user avatar
0 votes
1 answer
2k views

IE11: how to make two-column grid layout that the second column would fill both or one column, depending on whether the first column is displayed

What I want to achieve, is to have two-column grid layout that behaves like this: if display property of col 1 set to inline - layout should be rendered as follows: +------+--------------+ | | ...
user avatar
2 votes
1 answer
6k views

Vuejs internet explorer compatibility issues (versions 10 and 11)

I hope this question/answer saves time for those having the same cross-compatibility issues with internet explorer. Problem: I used vuejs2 in one of my projects, and it turned out that there were ...
kat's user avatar
  • 91
3 votes
1 answer
521 views

IE9 IE 10 IE11 createNodeIterator - "Exception occurred."

I am using createNodeIterator to find words inside my document. Actually I am using almost the exact example code from MDN and MSDN: https://developer.mozilla.org/en-US/docs/Web/API/Document/...
jantimon's user avatar
  • 37.7k
-1 votes
1 answer
294 views

Internet explorer 11 temporary files located at

I would like to know where temporary files and/or cache is setup on a Windows 7 or windows 10 workstation when internet explorer 11 is being used? I would like to also know if these temporary files ...
user1816979's user avatar
1 vote
0 answers
59 views

D3. Js force oriented graph, where path is not compatible with ie10, ie11 [duplicate]

My force-directed graph created with D3.js works fine in Chrome, Firefox and Internet Explorer 9: In IE 10 and IE 11 the links will not get rendered: However, there are elements in the DOM structure ...
sky's user avatar
  • 11
1 vote
0 answers
705 views

URL does not in IE11 but it does work in IE10

I've found an issue when accessing to an URL related to special characters. The URL is generated in JS with many parameters. When the redirection is processed in IE10 the URL works fine. This is the ...
user3336570's user avatar
-1 votes
1 answer
49 views

How to keep a section of code (Google Maps) from being executed if viewed within any IE browser

I'm using Google Maps as a header image on my contact page as seen here: www.tarmastersasphalt.com/contact.asp I have found that my Google Maps doesn't work properly in any IE browser version at the ...
SunnyOz's user avatar
  • 575
2 votes
0 answers
602 views

why Ajax return status 0 in IE11 but work well in other browsers

We write AJAX in a CSHTML page. It works well in other browsers except IE10 and IE11. The problem is it returns status=0 even though there is no error in the controller. Is there someone met the ...
Zhang Pingfeng's user avatar
2 votes
0 answers
943 views

trying to show currency based on user's locale

What's the best solution to show currency based on the user's locale? I know there's toLocaleString('en-US', {style}) but is there away to detect the location of the user instead then show their ...
MrNew's user avatar
  • 1,414
1 vote
1 answer
1k views

flex-shrink won't shrink item in IE 10/11 and causes parent to be wider than parent

My layout consists of a single row with three columns. Left and right should be as wide as their content. The rest of the width should be occupied by the title column. The total width of all columns ...
Gabriel Smoljar's user avatar
7 votes
1 answer
3k views

Workaround for IE 10/11 flex child overflow alignment

If a flex container has justify-content: center, and there is a single flex child that is wider than the container, the content remains centered (with content overflowing equally in both directions) ...
Matt Dietsche's user avatar
-1 votes
2 answers
900 views

sticky footer dosn't work on IE11/10

I have got a page template working fine on chrome. However, on IE 11/10/9 , it has very weird behaviour. My html template is structured as below:- @media (min-width:768px){ /* if ...
Bo Chen's user avatar
  • 717
2 votes
0 answers
561 views

IE10 ::-ms-expand not working

I'm trying to implement a custom styled select element but having issues with IE10 and 11 where the native chevron is still visible. I've tried to implement the standard css to do this but to no avail:...
Pierre's user avatar
  • 46
2 votes
2 answers
1k views

CSS truncation with flexbox: IE 10/11

I'm trying to set up a layout where the text in the left-hand column will become truncated if/when it runs out of space, but the text in the right-hand column will always display in full. This codepen ...
ParkerDigital's user avatar
5 votes
1 answer
974 views

IE 10 & 11 interpret min-width incorrectly in flexbox

IE 10 & IE 11 interpret a set min-width incorrectly when used in combination with flex box. In the image below, both divs have their flex set to 1 1 0%; but the first one has a min-width of 200px ...
suamikim's user avatar
  • 5,238
3 votes
1 answer
3k views

What is the difference between IE11 compatibility mode and IE10 compatibility mode

Does both IE11 compatibility mode and IE10 compatibility mode render in IE7 mode?
vanval's user avatar
  • 1,027
45 votes
1 answer
58k views

Flex auto margin not working in IE10/11

I have a complex layout where I center various elements vertically and horizontally with flexbox. The last element then has margin-right:auto; applied to push the elements left (and negate centering ...
Michael's user avatar
  • 1,762
0 votes
3 answers
474 views

<a> over <img> not working IE10

HTML <div class="cont" id="cont"> <img class="c1" id="c1" src="..."></img> </div> <div class="men" id="men"> <a href="..."></a> </div> CSS ....
Sharon Dorot's user avatar
3 votes
1 answer
11k views

-ms-transform not working with IE 11

Adding -ms-transform:rotate(90deg) dynamically using jQuery to the element. But, its not working in IE 11. However, -webkit-transform:rotate(90deg) is working in Chrome. No transformation is ...
Atul Sharma's user avatar
  • 10.3k
0 votes
1 answer
960 views

ASP:Menu not shown correctly in IE10 and IE11, but looks aliright in Chrome, FF and till IE9

I am using a asp:Menu control to create a tabbed navigation. The project was created in .Net 4.0. The following is used to create tabs: <div class="tabmenustyle displayblock"> <asp:...
Random Someone's user avatar
0 votes
1 answer
378 views

Cant float SVG in IE10/11 or Edge12

I've got similar to the attached code (this is stripped down, but the issue persists) In IE10/10 and Edge12 the SVG won't float to the right of the container, all other browsers I've tested work. ...
owenmelbz's user avatar
  • 6,428
0 votes
0 answers
458 views

ie11 jquery width() returning wrong value

i have a div i know to be large exactly 1004px. I need this value to be extracted in a variable to use in javascript: var siteWidth = $(".large-8.columns").width(); this results in 1004.8px in ie10-...
valerio0999's user avatar
  • 11.9k
0 votes
1 answer
1k views

Background image is not showing up in IE10 and IE11

I'm creating a landing page and when I test my landing page in litmus it shows up with my background image missing. The weired thing is that my other background images are showing up in IE10 and IE11....
Jharper's user avatar
3 votes
1 answer
886 views

Angular JS Error: [$rootScope:infdig] in IE 10 and IE 11 only

I'm running Angular JS v1.4.7 and the app completely crashes in Internet Explorer 10 and 11 (we don't support older). When I check the console I see: Error: [$rootScope:infdig] which is somewhat ...
emersonthis's user avatar
  • 33.2k
0 votes
2 answers
3k views

IE10 & 11 rendering issue with SVG text and textLength attribute

I have SVG files created by converting AI files to SVG. They contain text elements with rectangles around them. To get the text to show the correct height and width the textLength attribute is used. ...
JeffD's user avatar
  • 11

15 30 50 per page
1
2 3 4 5