V
V
Vasily Khryagin2020-03-02 21:07:05
css
Vasily Khryagin, 2020-03-02 21:07:05

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

2 answer(s)
S
Shohruh Shaimardonov, 2020-03-02
@joeberetta

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

A
Alexander Sharomet, 2020-03-03
@sharomet

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 question

Ask a Question

731 491 924 answers to any question