Reputation: 796
I have some CSS that works only when the Browser and Document mode is et to IE 9 standards. However, everytime I close it and open it, it reverts back to IE 9 Compatibilty Browser mode and IE 8 standards Document mode and all the CSS does not render. What can I do to force these settings permanently? Thanks
Upvotes: 1
Views: 1706
Reputation: 796
I needed to change IE8 to IE9 in this tag:
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
Thanks to Šime Vidas!
Upvotes: 2