Answer the question
In order to leave comments, you need to log in
Why is flexbox not working in IE?
Prefixes are written like this
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
Answer the question
In order to leave comments, you need to log in
Looking in what version?
Have a look at each property at https://caniuse.com
Something tells me they are not supported by your donkey version
flex works adequately starting only with the 10th version of IE. In the 9th it also works, but some properties are not displayed correctly.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question