Now that IE9 has come out, I noticed that the IE=EmulateIE7 trick also affects it. How can I make it target IE8 only??
So far I tried conditional comments
<!--[if IE 8]>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
<![endif]-->
But for some reason it does not work (maybe conditional comments dont work with meta tags?). Anyone have any idea?