Answer by Nasser Torabzade for display:table & display:table-cell not working in IE9

The problem is that IE doesn't render the page as it's latest version, adding a X-UA-Compatible meta tag lets us to choose which version of IE should render the page, setting it to the latest (edge) version solves the problem:

<meta http-equiv="X-UA-Compatible" content="IE=edge">

Leave a Reply

Your email address will not be published. Required fields are marked *