Skip to main content

All Questions

1 vote
1 answer
529 views

Why does CSS Hyphenation not work in IE11 and MS Edge Legacy?

I am working on a intranet portal for a large company in Germany. Since in big companies tech processes sometimes run a bit slower, they still use IE11 and the old MS Edge browser. Since these old ...
Windwalker's user avatar
  • 1,935
0 votes
1 answer
276 views

Show footer at the bottom of the page always problem with Internet Explorer 11

I'm developing an ASP.NET website with Visual Studio 2019, C# and .NET Framework 4.7 On the masterpage I have inserted this css class because all my pages have vertical scrollbar and I want to show &...
Iter Lsic Iealf's user avatar
1 vote
2 answers
604 views

How to set multiple values for the css property outline?

I am using IE11 to render one of my dialog boxes, so along with the default dotted border which is the existing style for the button in focus, is there anyway I could add one more value for the ...
Vaishnav Sivadas's user avatar
-1 votes
2 answers
109 views

JS problem with eventListener on IE11 - slide navigation not working

i'm very new on the javascript field and i have a big problem. I worked on it the last 7 days and i can't find a solution. I hope that anyone could tell me the code to solve this problem. The ...
Tr4shL0rd's user avatar
1 vote
1 answer
210 views

Invalid calc() on IE11

Why IE11 can't calc this? I see from the console that it finds it invalid (in the compiled styles it's red underlined) h6 { ... font-size: calc(calc((( (20 / 16) / 16 - 1 / 16) * (100vw - 20rem) / ...
Fred K's user avatar
  • 13.7k
0 votes
0 answers
570 views

Making Grid Layout work in Internet Explorer

I'm trying to make grid layout work in IE. It's a fairly simple grid layout, I think, that uses grid-template-columns: repeat(auto-fit, minmax(#px, 1fr)) along with grid row/column gap. I tried the ...
user2277916's user avatar
0 votes
1 answer
1k views

How to implement CSS Grid in IE11?

I have a simple Grid with two responsible images, but I need it to work in Internet Explorer 11 too. I tried to use Autoprefixer, but it didn't worked. My live code: https://codepen.io/XTeoos/pen/...
Matheus Oliveiraa's user avatar
4 votes
6 answers
983 views

make a div sticky in IE and in top of footer [duplicate]

I want to make a div sticky to scrolling, but when it will always stay at the top of the footer. I tried using position:sticky which works fine, but it doesn't work on IE11. I also tried multiple ...
Renaud is Not Bill Gates's user avatar
2 votes
1 answer
344 views

How to get word break working on ie11 and edge?

I have a problem with the word break under ie11 and edge, my titles should look like this : expected result And it actually look like this : actual result I tried overflow-wrap: break-word; and word-...
mychauffage's user avatar
1 vote
0 answers
237 views

IE11 - CSS3111: @font-face encountered unknown error

I got the following error using internet explorer 11. CSS3111: @font-face encountered unknown error. lato-v16-latin-100italic.eot This is how I included it to fonts.css /* lato-100italic - latin */ @...
SPQRInc's user avatar
  • 148
0 votes
1 answer
37 views

Pseudoelement's content doesn't get updated in IE11

I have the following code: someSelector:after { content: attr('data-some-data'); /* ... */ } Everything works fine (the value is reflected on the screen) until I change this attribute to ...
gribvirus74's user avatar
1 vote
1 answer
288 views

IE11 flex:1 causes content to overflow when parent has no fixed height

I have an element which depending on the scenario can have a fixed height or a height of auto / undefined. I need a title at the top, and a footer at the bottom, with a content area in between which ...
dieIEdie's user avatar
0 votes
1 answer
151 views

How Can I Have IE Not Cut Off Popup Menu?

I have a parent container with a table inside of it. Each row of the table has a popup menu that can be opened by clicking it. At the bottom of the container, when it is clicked, it shows properly in ...
ManofManyTigers's user avatar
3 votes
2 answers
101 views

IE 11 element after column flex overlap

I'm trying to understand where does this go wrong on IE 11. My footer overlaps with the main content of the page, where the main content does not have a fixed height, as the items filling it might ...
knee pain's user avatar
  • 610
0 votes
1 answer
67 views

Flex item shrinks too much in Internet Explorer 11

I use a flexbox that consists of a left and right part, both of equal width. The first displays an image and the right some text. The code wraps well in Google Chrome but for Internet Explorer 11, it ...
darkchampionz's user avatar

15 30 50 per page
1 2
3
4 5
77