0
私はキーワードと呼ばれる入力ボックスを持っています。私はこの箱を別の箱の中に入れたい。これは私のコードです:ボックス/テーブル内の入力ボックス
<div class="tfirst">
<h3>Keywords</h3>
<input id="keywords" type="text" size="100" runat="server" title="Keywords" />
</div>
<div class="tsecond" style="visibility:hidden">
<h3>Cost</h3>
<ul>
<li><input id="chkOnlyFree" type="checkbox" /><label for="chkOnlyFree">Only show images having free required materials</label></li>
</ul>
</div>
<div class="tthird">
<h3>Genders</h3>
<ul>
<li></li>
<li></li>
</ul>
</div>
私は第1部を箱の中に入れたいと思います。
_box_は何ですか?多分フィールドセット? –
うわー!それを他の地球の半球に押し込む必要はありませんでした。 –
そして今私はそれを見ることができます..申し訳ありません、 'Java'はどこですか? –