Good old IE bug?
November 12, 2007
May someone explain me why the following HTML code is causing IE6 SP2 crash?
<html xmlns="http://www.w3.org/1999/xhtml"> <body> <table> <tr> <td> <table style="table-layout:fixed"> <col width="20"/> </table> </td> </tr> </table> </body> </html>
Bonus: CodeColorizer