this script is giving me trouble in IE 9. From what I heard it was used to get rounded corners working on old IE versions. Now I don’t need it anymore… And worse, it is forcing me to keep a <META content=IE=EmulateIE7 http-equiv=X-UA-Compatible> tag or the scripts messes my opaque windows. It seems to be included automatically with the <b:include data='blog' name='all-head-content'/> tag. Anyone knows how to prevent it from being loaded?
this script is giving me trouble in IE 9. From what I heard it
Share
I’ve finally figured this one out.
By replacing
With
Everything works as expected.
At least for my blog this produces the same header output than before (minus the two IE specific scripts and a third global script which I’m not sure about). I’ve run
diffto be sure.Update 1
If you want the non IE specific script, just add this after the Content-Type tag:
Update 2
This also removes the generated
<link rel="image_src">. I just hardcoded an image.