Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
66 views

display:none not hiding the empty option in dropdown in IE

I have running Angular 11 application. In the page I have 2 radio buttons and one dropdown. The behavior is that whenever I change the radio button selection, I want to reset dropdown value and show ...
Asif Zaidi's user avatar
0 votes
1 answer
116 views

use SCSS to generate both defaults and css variables

I'm implementing a websites style. For legacy support reasons, I need to support IE11, at least for a while. For workflow and my sanity reasons, I would like to use css variables where possible. I ...
Plagiatus's user avatar
  • 378
0 votes
0 answers
45 views

HTML Table Vertical Scroll with first column frozen

I am using React Bootstrap (v4) Table. I want to have a frozen first column with x & y scroll which should be IE11 compatible. I tried adding position: absolute to first column, but it does not ...
Varun Joshi's user avatar
0 votes
2 answers
738 views

<input type="button"> doesn't inherit the font-family [duplicate]

Hi everyone, I have a question, hope it helps with code .common{ font-family: "MS Pゴシック"; color:#FFFFFF; } <table> <tr> <td class="common" > <...
Anna's user avatar
  • 1
0 votes
2 answers
351 views

Why my media query for 768px and 576px not working

I am trying media queries, but they won't work on 768px and 576px. I tried the minimum width but it also does not work. .changing-color { background-color: powderblue; width: 100vw; height: ...
sylvia_fe's user avatar
0 votes
1 answer
369 views

style problems when switching from internet explorer to edge

I'm working on a legacy application created with HTML 4, The application is working correctly on Internet Explorer, I want to run the application on Edge chromium and chrome, but I get many style ...
user3093583's user avatar
0 votes
1 answer
1k views

How to select Document Mode in Chrome and Edge browsers similar to Internet Explorer?

I am working on converting a web page that was creating using old web standards to support modern web browsers. The web page currently renders correctly in Internet Explorer, only after setting the ...
kal's user avatar
  • 41
0 votes
2 answers
625 views

Is there any way I can set CSS properties purely as a fallback for others not being browser compatible?

My website was rendering fine in all browsers until I tested it in the Internet Explorer. My menubar moved entirely to the left covering my logo and all the parts that used Grid did not show up ...
FSDevie's user avatar
  • 55
0 votes
5 answers
232 views

CSS: Flex doesn't keep same height for divs in IE11

I’m currently using display: flex; to display 3 tiles that adjusts and keeps the same height based on which tile has the most content in it. The below HTML/CSS works in all browsers except IE11 & ...
spidey677's user avatar
  • 419
0 votes
0 answers
69 views

AutoCompleteExtender Hiding in IE but working in Edge

We are using AutoCompleteExtender in our project and when checking in IE we don't see the full list but just first element. However, same site works just fine in Edge/Chrome. I did poking around and ...
Rohit's user avatar
  • 1,550
6 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
  • 539
0 votes
2 answers
72 views

In IE, this :not(:nth-child():nth-last-child()) declaration isn't working

I have the following CSS. .formhidden {overflow: hidden} .formhidden[id*='petinfo_'] {height: 48px} .formhidden[id*='petproblem_'] ...
Amaroq's user avatar
  • 91
0 votes
1 answer
72 views

Hide vertical scrollbar on browsers but making it still working

I have to hide the vertical scrollbar of an element but I have to make the "scrolling" keep working, for example using the mouse wheel. I Followed this post: .container { overflow-y: ...
Matt's user avatar
  • 355
0 votes
4 answers
90 views

How to center button in browsers not supporting flex?

I have created the following page, to inform users that their browser is outdated. table, .modal-footer a { margin-left: auto; margin-right: auto; } td { width: 60px; text-align: center; ...
Hooman Bahreini's user avatar
0 votes
0 answers
91 views

VBA to click on popup sweet-container's button using className

I have tried to click a Button in IE Sweetalert popup by using querySelector and GetElementBytagName, ClassName. The HTML of the popup as shown below. <div class="sweet-alert show-sweet-alert ...
RajK7333's user avatar

15 30 50 per page
1
2 3 4 5
637