-1

如何在 2 个文本框的右侧对齐按钮,但在中间垂直对齐?(我要体验 Windows 8 Metro 的感觉。)

是)我有的:

在此处输入图像描述

我想要的(样机):

在此处输入图像描述

4

1 回答 1

0

您可以按如下方式使用 Table 标签

    <table>
     <tr>
      <td>
      <input type="text" name="textbox1">
      <br>
      <input type="text" name="textbox2">
      </td>
      <td>
      <button name="abc" value="Submit"   type="button">Submit</button>
      </td>
     <tr>
    </table>

希望能帮助到你

于 2012-09-22T02:51:24.527 回答