这是一个关于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>

这段代码是配合使用的-。 思路相信大家看代码就能明白了。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2021-06-26
  • 2021-09-07
  • 2021-10-30
  • 2021-04-20
猜你喜欢
  • 2021-12-08
  • 2022-01-28
  • 2021-07-26
  • 2021-10-31
  • 2021-06-02
  • 2021-11-24
  • 2021-06-18
相关资源
相似解决方案