15519 shaares
1 résultat
taggé
crash
This simple css and html combination will make Internet Explorer 6 crash and close.
<code>
<style>*{position:relative}</style>
<table>
<input>
</table>
</code>