Margin 0 auto doesn't work for me in IE 9

I work with some css and I spent about 3 hours figuring out why margin 0 auto does not work in IE

Link

stage.media-carrier.de/home/box/10

When I open it in firefox, chrome, etc., it works fine, the content is in the center, but in IE everything else is fine, but the content does not get to the center of the page

Any ideas __?

+3
source share
1 answer

Place the style tag at the top of the page on your head. The document should be the first element on the page to prevent errors. Because of this, IE launches the page in quirks mode.

+6
source

All Articles