One Liner HTML Crashes IE 6
Here’s an interesting but not so surprising one! A Japanese blogger (Hamachiya2) has found yet another bug in Internet Explorer 6. His one line of HTML and CSS crashes IE 6. Here it is:
<style>*{position:relative}</style><table><input></table>
The code works just fine in other browsers such as Firefox, Safari and Opera but fails in IE 6. If you want to try it out yourself then click here.
