可能重复:
一行中有多个选择选项
我有以下代码,但它在单独的行上生成它,我希望它在一行上(仅填充未显示的父级)。
另外,如何删除文本区域的调整大小功能?
<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>