我的公司最近从 IE8 迁移到 IE10 我需要模拟 IE8 才能在 IE10 中正确显示页面
这是我页面的结构:
我希望主页和 iframe 以 IE8 模式呈现,但只有主页以 IE8 模式呈现(iframe 中的内容以 IE10 模式呈现)。在主页和 iframe 内容中,我都有:
tag <!doctype html> and metadata X-UA-Comapatible: IE=EmulateIE8
如果我单独运行 iframe 的内容,它会以 IE8 模式呈现。
如何在 iframe 中强制 IE10 也使用 IE8 模式?