在这两个表格以外在放一个表格里面在表格width=100%

解决方案 »

  1.   

    <html>
    <head></head>
    <body>
    <center>
    <table border="1" style="width:400px;height:30px;margin-right:200px;">
       <tr>
          <td>&nbsp;</td>
       </tr>
    </table>
    <table border="1" style="width:600px;height:30px;">
       <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
       </tr>
    </table>
    </center>
    </body>
    </html>
      

  2.   

    如果我用valign=\"top\"   能实现这个功能吗?小弟菜鸟一个 !!!哪位帮帮
    忙啊啊!!
      

  3.   

    valign是垂直对齐,相对于父容器元素的,不行