When will IE6 no longer be supported? [closed]

元气小坏坏 提交于 2020-01-03 11:02:08

问题


As we all know supporting IE6 with its many well documented quirks is painful but a necessary part of development and supporting with web based technologies. My question is “does anyone know when IE6 is scheduled for end of official Microsoft support (or retirement) or if Microsoft will force an update to IE7 or IE8”?


回答1:


See Microsoft's chart:

http://support.microsoft.com/gp/lifesupsps/#Internet_Explorer




回答2:


Personally I don't support IE6 anymore on websites that I built. Not completely anyway. If you build a website in a sensible way (i.e. use a CSS reset stylesheet, don't futz with margings and paddings on floated containers) then things mostly work on IE6. The content is presentable and usable and otherwise degrades in a reasonable way. I'm done with spending hours on minor style fixes, using AlphaImageLoader hacks on PNG's and other dirty tricks.

The only trick I will employ for IE6 when things really break down is to include an override to simply remove most styles.

In short, I treat IE6 like any other legacy browser. You can access the contents and it's usable. Doing anything more isn't feasible anymore. It takes an extraordinary amount of work for only a little bit of market share (15% and plummeting).




回答3:


When YOU stop developing for IE6. I suggest you start TODAY!



来源:https://stackoverflow.com/questions/1086729/when-will-ie6-no-longer-be-supported

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!