キーワードと呼ばれる入力ボックスがあります。この箱を別の箱の中に入れたい。これは私のコードです:
<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>
ボックス内に 1st Div を配置したい。