internet explorer 7 - How to get rid of IE7 emulation from withing the body code? -
Suppose i have a so called 2.0 app, which is compatible with IE6. The app uses quite a complex CSS and is powered by a pile of JS. It works, does it very well.
Now assume that there is a client who is a weirdly coded site, in a manner old, and compels IE7 to simulate through this surprise of the tag:
Now, he wants to use my app, which is injected into his code using a simple external script call. It works, but not under the IE7 imitation - the obscure worms from hell start to begin, even the hidden work is not even properly. The application works in IE7, but as it turns out, the IE7 emulation is not similar to IE 7 and has its own set of fancy issues. The client is unable to strip the emulation of the meta tag, so I'm not really left with what nobody knows that in any way I can postpone the rendering mode in the page header Am I or have some other suggestions? Thank you very much for some useful. Perhaps you can create a cover for your app. An IFrame containing a blank page for script calls. The content of the IFrame should not be affected because the meta will not be present in the blank page. & lt; Meta http-equiv = "X-UA-Compatible" content = "IE = EmulateIE7" />
Comments
Post a Comment