使IE死掉的一段代码! 只针对IE
这是一个关于IE的解释机制问题。--只是IE到现在还没有补上罢了! 直接上代码:
<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>
这段代码是配合使用的-。 思路相信大家看代码就能明白了。