Skip to main content

All Questions

1 vote
2 answers
671 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
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
0 votes
1 answer
205 views

Issue with user-scalable on desktop browsers: all of CSS disappears when zooming out to 33% and less

Unsure why I'm running into this issue with user-scalable (zoom) where all of my styling is completely gone @ 33% and less on Chrome (IE11 worse : 75%). <head> <meta charset="UTF-8"> <...
Eras's user avatar
  • 3
1 vote
2 answers
101 views

Sizing Issues for Image in Internet Explorer

I am creating a website for the first time and have run into an issue with the way my page is displayed in Internet Explorer. The page should have a banner with the logos of our sponsors as links to ...
Corinne Miller's user avatar
0 votes
2 answers
632 views

Overlapping flex item has different behavior in IE11 and Chrome

following this https://jsbin.com/limevid/1/edit?html,css,output , I notice that paragraph in IE starts from the top of the container instead in Chrome, paragraph overlap the container. p { ...
HouseFragance's user avatar
0 votes
2 answers
394 views

Centering content in CSS both supporting IE and chrome

I have this Css grid, with grid items, which with chrome can i easilty be centered by applying justify-items:center or that kind of magic. But this solution does not seem to work in IE, it keeps ...
I am not Fat's user avatar
0 votes
1 answer
130 views

IE element's height couldn't span its absolute-positioned flex container by min-height

I am making a simple page with a content-session that would span all the height of its container so that I can make a full-paged web. However, I need to make the content's container (div.inner) ...
mannok's user avatar
  • 1,811
1 vote
3 answers
1k views

Flexbox row-reverse breaks align-items on IE 11

This pen behaves differently between IE11 and Chrome: https://codepen.io/excelkobayashi/pen/EMgaOE HTML: <div class="container"> <div class="left"></div> <div class="...
Excel Kobayashi's user avatar
0 votes
2 answers
41 views

Keep 100% width inside an relative container?

I have something like this <div class="container"> <div class="img-container"> <img class="thumbnail" src="https://via.placeholder.com/...
chobo2's user avatar
  • 85k
1 vote
1 answer
1k views

Chrome ignores css rule with ::-ms-check

input[type="checkbox"], input[type="checkbox"]::-ms-check { border: none; border-radius: 9px; } This rule will be completely ignored by Chrome. When I remove input[type="checkbox"]::-ms-check ...
Denis's user avatar
  • 3,706
5 votes
2 answers
3k views

Maintain image aspect ratio in nested flexbox container on IE11

I'm using flexbox to display a row of blocks. Each block is using flexbox to display a column of elements. One of the elements is an image that needs to maintain its aspect ratio. The code below is a ...
Todd's user avatar
  • 189
1 vote
1 answer
1k views

IE11: Bootstrap columns not behaving properly

I'm trying to make my website IE11 compatible. I have 2 columns inside a row, which both should have different heights. I have tried with height:auto; This works great in chrome but not in IE11. ...
Søren Eriksen's user avatar
0 votes
1 answer
7k views

css transform translateY not working in ie 11 but working with chrome

Basically i am trying to create a side panel placed on the right that works in both ie11 and chrome when hovering on top of it, it opens and when coming out it closes.So this is the code works well in ...
Ali Chamas's user avatar
2 votes
2 answers
647 views

Website loses css content when hosted on linux server

I have a website that is primarily html5 and css3, and the pages look good when I run them locally from my pc on chrome and internet explorer 11.0.47, but when I put it on the Linux server and run the ...
Michele's user avatar
  • 3,797
1 vote
1 answer
564 views

How to properly apply a CSS hack for IE11+

I am creating a loading spinner for my web application. It is working perfectly fine in chrome but in IE11 the CSS styles are not working. Below is the sample code for loading spinner that i am using ...
Biswaranjan Pradhan's user avatar

15 30 50 per page