Aaargghh! I just hate it. While IE8 is still in Beta, Microsoft still has not addressed the problem that some websites (or applications) appear as a blank page, even though they appear correctly in IE7 and other browsers.
Microsoft's excuse is that the engine has be re-written from the ground up. But it's not excusable when those sites are standards compliant. Anyway, at the start they did provide an undocumented feature for IE8 to simulate IE7 to ensure pages render correctly (and show at all).
Just add:
to your page header. Not exactly ideal, but a necessary work around till Microsoft gets its act together.
Microsoft's excuse is that the engine has be re-written from the ground up. But it's not excusable when those sites are standards compliant. Anyway, at the start they did provide an undocumented feature for IE8 to simulate IE7 to ensure pages render correctly (and show at all).
Just add:
<equiv="”X-UA-Compatible”" content="”IE="7">
to your page header. Not exactly ideal, but a necessary work around till Microsoft gets its act together.
Comments