Skip to main content

All Questions

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
10