M
M
Mikhail Rerberg2017-09-14 23:30:03
Internet Explorer
Mikhail Rerberg, 2017-09-14 23:30:03

Flex container is displayed incorrectly in IE, how to fix it?

Hello! I'm laying out the site, the section after the header ( screenshot.su/show.php?img=cc270ec8bbd6399e78b7b8b... is completely laid out, I ran it through the autoprefix and the site works fine and is displayed in different browsers, but not in IE. In this browser, the block moved out ( joxi. ru/Q2KD64bh4QnlqA ) I read the forums and nothing helps
Code:
.offer {
max-width: 1100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: url("../img/line.png") no-repeat;
background-position: bottom;
margin-top: 78px;
}
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question