Adding CSS3 Support to IE 9

Oct 21
2011

If you have been developing your first CSS3 theme in a non-IE browser such as Google Chrome, you might find that when you preview your new design in IE 9 there is still no support.

Luckily the solution is simple, all you need to do is add the following tag to yoursection and you should be good to go:

<meta http-equiv=”X-UA-Compatible” content=”IE=Edge” />