IE6神奇的BUG

144 阅读1分钟

下面代码会让IE6直接崩溃

<style>
  *{ position: relative;}
</style>
<table>
  <input>
</table>