字体/图像渲染差异,IE 6 和 IE 8
我刚刚注意到我工作的公司的一个项目说 - 仅支持 IE6。
果然,我在 IE 8 和 Chrome 中打开它,按钮和文本都偏离了原来的位置,基本上所有的格式感觉都消失了。
我还没有被授权查看代码,但我想知道 IE 6 和 IE 8 之间渲染基本 HTML / Javascript 有什么区别?
I've just noticed a project in a company I'm working in that says - Supports IE6 only.
Sure enough, I've opened it up in an IE 8 and Chrome and the Buttons and the text were way off their original positions, and basically all sense of formatting was gone.
I'm not authorized to see the code yet, but I was wondering what the differences in rendering basic HTML / Javascript are between IE 6 and IE 8?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在之前的工作中见过一次。 该网站只能在 IE 6 中运行,因为一些第三方购买了该网站的页面编辑应用程序,他们似乎无法放弃或用更好/兼容的东西替换。 这是当时没有迁移到 IE 7 的唯一原因。 不是对您最后一个问题的答案,只是让您知道您不是唯一体验/支持仅 IE 6 网站的人。
I saw this once with a previous job. The site only worked in IE 6 because of some third party bought page editing app of the site that they couldnt seem to let go of or replace with something better/compatible. It was the sole reason nothing moved to IE 7 at the time. Not an answer to your final question, but just to let you know that you are not the only one who has experienced/supported an IE 6 only website.
发生这种情况是因为 ie6 和 ie6 中的渲染机制 ie8不一样。 首先获取代码并通过下面的链接,您将得到代码的确切问题。
http://blogs.msdn。 com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx
This is happening because rendering mechanism in ie6 & ie8 are different. First get the code and go through below link you will get the exact problem with your code.
http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx