Answer the question
In order to leave comments, you need to log in
How to make Flexbox for IE?
I type on flexbox and never checked how it works in IE
In all normal browsers everything works fine and looks the same.
It happens that there are differences on the desktop and mobile, but you always manage to do what you need.
What versions of IE and newer MS browsers normally support flexbox?
So that it was without crutches and polyfills. To make clean code cross-browser friendly.
I started thinking about it when I found out that MS browsers do not seem to support: justify-content:space-between;
Here is a list of properties and values that I use:
flex-direction:
column
row
row-reverse
column
column-reverse
justify-content:
center
space-between
flex-start
center
flex-end
space-around
align-items:
center
stretch
flex-start
center
flex-end
baseline
flex-wrap:
wrap
nowrap
wrap
wrap-reverse
align-content
flex-start
stretch
flex-start
center
flex-end
space-between
space-around
align-self:
stretch
flex-start
center
flex-end
baseline
order:
flex-grow:
flex-shrink:
Answer the question
In order to leave comments, you need to log in
MS browsers do not seem to support ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question