Skip to main content

All Questions

0 votes
1 answer
51 views

external CSS files are not loading all the time in IE 11. But when i hard refresh the page its loading. how to fix this issue?

external CSS files are not loading all the time in IE 11. But when I hard refresh the page its loading. Is there any way to ensure External CSS files load properly in IE 11 browser <!DOCTYPE html ...
Lakshmi TS's user avatar
0 votes
0 answers
86 views

Issue with CSS and IE11 with position relative

For anyone that can help with CSS on IE-11. I cannot figure out why this code is not working. Only if I comment out the CSS .container_main_box {/*position: relative;*/... does the page load correctly ...
user3008410's user avatar
0 votes
2 answers
703 views

Prevent table header from scrolling vertically (to work in IE 11)

I'm stuck using IE 11 as a rendering engine in my Windows app. I know that there are quite a lot of examples how to prevent a table header from scrolling vertically, but I can't seem to make them work ...
c00000fd's user avatar
  • 21.8k
5 votes
1 answer
2k views

tailwindcss: Force tailwind to use compatible rgb syntax?

I'm porting an app using tailwindcss to work with IE11. Unfortunately, tailwindcss insists on generating colors using the modern W3C CSS Color Module Level 4 rgb() syntax, which does not appear to be ...
henrikl's user avatar
  • 529
0 votes
2 answers
2k views

<span style="font-weight: 100 !important;"> does not have any effect on the UI

I am using IE 11 and I do have the following HTML: <tr bgcolor="#eeeeee" bordercolor="#000000" valign="top"> <td bordercolor="#eeeeee" align=&...
Alex Mi's user avatar
  • 1,449
2 votes
0 answers
69 views

Old IE11 ignores at "beforeunload" event - does not redraw new style

I'm just curious why this happens, and if it can be fixed (I'm aware IE is old & evil, not to be used online any more, this is just for some test-case and compatibility). There is listener for &...
Peminator's user avatar
  • 842
0 votes
0 answers
30 views

CSS works for other browser ,but not working in internet explorer

I have the following css which in chrome, firstfox and Edge centers an absolutely positioned image <div runat="server" id="Logo" class="MasImg">&nbsp;</div&...
vim's user avatar
  • 844
0 votes
0 answers
20 views

Website background image not displaying on internet explorer 11 [duplicate]

I have set background image, it is working fine on other browsers like chrome and mozilla but it's not displaying on internet explorer 11. What could be the reason? .body-w0s67w { height: 84vh; ...
Ralf Strauss's user avatar
0 votes
1 answer
152 views

Unable to view pseudo element content in ::before on IE11

I am trying to add a check box (in form of a pseudo-element) alongside every select's option tag. That works fine on the latest browsers like Chrome, Firefox but not on IE11. IE11 simply crosses out ...
Abhishek's user avatar
0 votes
2 answers
67 views

Icon dissapeared on IE11

I can't see some icons on my html using IE11. This is the css code for the icon .icon_sms:before { display: block; content: ''; height: 8em; width: 8em; vertical-align: middle; ...
JLopez's user avatar
  • 93
1 vote
1 answer
77 views

Prevent Overlap When Using IE11 CSS Grid

I'm making a date picker component that includes a calendar which I'm styling using CSS grid. It works great in all browsers except IE11 which shows all the elements in the same position in the top ...
dfann's user avatar
  • 95
0 votes
1 answer
210 views

Flexbox on my home page not working properly on IE 11

My client reported an issue with me, which is flexbox not working on product card section on home page (WordPress site) https://hailinpower.com/ This is what it looks like on Chrome: screenshot: This ...
Brandon Zhang's user avatar
2 votes
2 answers
241 views

IE11 - CSS Grid - Justify-items: center not working

I know that there is a property to self align an item in IE with -ms-grid-row-align & -ms-grid-column-align but I am looking for justify-content or justify-items property so I can center align all ...
Ahmed's user avatar
  • 3,155
1 vote
1 answer
202 views

CSS Grid is resizing input elements in IE11

I'm having problems with CSS Grid in IE11. (yah, shocker right?) I have a grid with 2 columns. The first column is labels for a form and the 2nd column is <input> and <select> elements. ...
dwilliss's user avatar
  • 882
1 vote
2 answers
668 views

css input[type=radio] won't work well on IE 11

I have a custom-made radio button, green colored. everything works well both on chrome and IE11, except the color. On chrome, the color is green as planned and on IE11 the color is black. I attached ...
Guy Ravnof's user avatar

15 30 50 per page
1
2 3 4 5
77