2011年9月9日のブックマーク (1件)

  • formのinputなどの幅100%指定

    例えば、こんな感じでは如何ですか↓ <form method="POST" action="cgi-bin/xxx.cgi"> <table border=1 width=400> <tr> <td> タイトル: </td> <td width=350> <input type="text" name="title" style="width:100%"> </td> </tr> <tr> <td colspan=2> <textarea name="memo" style="width:100%" rows=4> formのinputやtextareaなどの幅を、100%の指定(テーブルの中などにぴったり収まるように)をしたい </textarea> </td> </table> <input type="submit" value="送信"> <input type="reset" v

    formのinputなどの幅100%指定
    arcobjects
    arcobjects 2011/09/09
    HTMLフォームをウィンドウ幅最大に表示する方法