Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つのテキストボックスの右側にあるボタンを中央に垂直に揃えるにはどうすればよいですか? (私は Windows 8 Metro の雰囲気を目指しています。)
私が持っているもの:
私が欲しいもの(モックアップ):
次のように 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>
それが役に立てば幸い