重複の可能性:
1 つの行に複数のオプションを選択
私は次のコードを持っていますが、それは別の行に生成されます.1行にしたいです(表示されていない親のみを埋めます)。
また、テキスト領域のサイズ変更機能を削除するにはどうすればよいですか?
<div id="search" align="left" style="width:100% height="100%">
<select>
<option>Beers</option>
<option>Cigars</option>
<option>Wines</option>
</select>
<div align="right">
<form>
<textarea style=width:"100%" height="100%" cols="0" "rows="0"></textarea>
</form>
</div>
</div>