internet explorer 8 - IE8 iframe reverts to IE7 -
it seem ie8 automatically reverts ie7 compatibility mode content rendered inside iframe though main page renders ie8 standards. there way make ie8 render content in ie8 standards? have tried use meta property <meta http-equiv="x-ua-compatible" content="ie=edge" />
on both main page , on iframed page no luck.
try providing x-ua-compatible
http response header; theoretically same thing meta tag you've tried, there differences in how handled, , http header work in cases meta tag doesn't.
this happens in cases browser config set force particular mode. preference setting trump meta tag, http header trump preference.
this preference setting common in corporate environments, guess you're working in, given kind of setup you've described. (i bet still on windows xp too, right?)
Comments
Post a Comment