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
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
2 answers
338 views

Fix IE/Edge CSS clip-path

I'm having troubles with clip-path property with IE11/Edge browsers while using clip-path CSS property. The snippet below is what I have so far and is working good in all browsers, apart Microsoft ...
superforno's user avatar
0 votes
1 answer
118 views

IE overrides cursor when using contenteditable

I'm wanting a pointer cursor over an element until that element has focus, and then turn to the typical text caret. Easy enough in Chrome, but IE11 and Edge don't seem to let me change the cursor if ...
Phaelax z's user avatar
  • 1,929
0 votes
1 answer
242 views

Correct way to use shared style modules in Polymer 3

In my project I would like to use shared styles but have no idea how can I write it correctly for IE11 and Edge. I'm using polymer 3 with JS imports and this solutions works for Google Chrome, but ...
iwory's user avatar
  • 23
3 votes
1 answer
1k views

Windows 10 thin scrollbars - but not in all apps?

Windows 10 (April Release 1804) introduced "thin" scrollbars, similar to macOS. But it looks like they only apply to certain apps (like "Settings"), but not to "File Explorer", "Firefox" or "MS Edge". ...
kraftwer1's user avatar
  • 5,561
1 vote
2 answers
1k views

Radio button animation not working in ie11 or edge

Ive creating a radio list animation which works in all browsers excluding ie11 and edge. I’ve searched for solutions online but have been unable to fix this compatibility issue. I’m hoping someone ...
user3574939's user avatar
2 votes
1 answer
1k views

List item alignment problem with flexbox in IE 11 and Edge

I've created an ordered list of questions, with the option to edit or delete each one. I'm using Bootstrap 4 and flexboxes to design my website. The list looks great on Firefox and Chrome, but when I ...
Alexander's user avatar
  • 4,109
0 votes
3 answers
1k views

CSS not applied when display flex is used in microsoft edge

I'm trying to apply border before and after the text. It works on all the browsers except for Microsoft edge and internet explorer. I'm using display: flex and please refer my code for details I have ...
Vinodh's user avatar
  • 57
-1 votes
1 answer
32 views

CSS Browser Specific issue in IE11

I have a different behavior for table border in different browsers. In IE5 it rendered correct, but in IE 11, it is not. In IE5 below behavior, In IE 11, table border is coming on page, even when ...
Keval Patel's user avatar
-3 votes
1 answer
98 views

CSS class/properties targeting to IE as well as Edge

I want to combine @media and @support so that I do not have to put same css class and properties two times for IE11 and Edge. Please refer following code snippet: /* IE 10+ */ @media screen and (-ms-...
tejas033's user avatar
  • 175
2 votes
2 answers
666 views

Flex item not taking height of image child in IE 11

I'm trying this: html,body{ background-color: black; margin: 0; padding: 0; } .wp { margin: 20px auto; width: 300px; } .a { display: -webkit-box; ...
andreihondrari's user avatar
-3 votes
1 answer
960 views

IE and Edge does not respect the text-transform

I have the following situation I can't explain but the Microsoft browser's bug... I have a symbolic font, and use different letters to display symbols. By example, the "z" letter is to display the "...
serge's user avatar
  • 14.8k
1 vote
0 answers
207 views

IE and Edge ignore absolute position of svg [duplicate]

After this question being marked as a duplicate of SVGs not scaling properly in IE - has extra space I think this is a separate issue, though part of the solution is similar. I did some more digging ...
WP Shala's user avatar
0 votes
0 answers
296 views

Fixing SVG Fragment Sprite Slow Loading in Edge (Fine in Chrome, FF, Safari)

We have recently switched to SVG for our decorative images and logos. We do this in the form of a single SVG file containing multiple SVG sections for each image. We hide all SVG sections and only ...
Ted Wilmont's user avatar

15 30 50 per page