A
A
Alexander Bulgakov2016-05-27 05:08:00
css
Alexander Bulgakov, 2016-05-27 05:08:00

Why does IE11 render the page incorrectly?

Hello. If you open the site (normal static html + css) directly through IE11, then everything looks fine;
3522a699160b44478c8f94abdb662f1f.JPG
if through the server, then IE11 shows like this
34033245a5e44f80a2c7b582b67aec3b.JPG
in chrome, everything works correctly, in which direction should I dig?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alfik197, 2016-05-27
@alebul

Insert this tag in head
and you will be happy!

Z
zooks, 2016-05-27
@zooks

Because it doesn't know the main tag.
Add to CSS:
main { display: block; }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question