As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center提供指导。




已关闭8年。




好的,首先,这不是关于我是否应该使用IE6的讨论。我确定S.O上有数百个线程。在这里您可以讨论其优缺点,市场份额,javascript shivs及其附带的所有其他内容。



放弃IE6有哪些新的自由?

我知道有些人会很想告诉我为什么我应该支持ie6或关于js修复的问题,这意味着我可以使用高级选择器等-请不要浪费您/我/我们的时间!

最佳答案



借助IE6,您可以开始使用大量真正的好东西。以下是IE6 特有的列表。

新功能

  • 透明PNG(全24位!)
  • child selectors的使用div > p
  • sibling selectors的用户p + input
  • min/max-width/height
  • :first-line
  • :first-child
  • :悬停(所有元素)
  • float:正确的
  • position: fixed
  • 属性选择器(输入[type =“text”])
  • 再次信任z-index

  • 在IE7中修复的错误:
  • Peekaboo Bug
  • Internet Explorer and Expanding Box Problem
  • Quirky Percentages
  • Line-height bug
  • Border Chaos
  • Disappearing List-Background bug
  • Guillotine Bug
  • Unscrollable Content bug
  • Duplicate Characters Bug
  • IE and Italics
  • Doubled Float-Margin bug
  • Duplicate Indent bug
  • Three pixel text jog
  • Creeping Text bug
  • Missing First letter bug
  • Phantom box bug
  • 31 style sheet limit-尽管您实际上并不受此影响,否则您将遇到其他问题!

  • 非技术性内容:
  • 节省时间和金钱
  • 丢弃90%的CSS hack
  • 关于html - 我决定不满足IE6的要求-我可以使用哪些美味的CSS对待? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/4450853/

    10-11 11:51