ブラウザはFirefoxです。
15個のラジオボタンのリストがあります。このように表示した後:
<div class="abcd" style="margin-left:10px;">
<form id='some'....>
<legend>Select Item type :</legend>
<fieldset style="display:block;float:left;">
<input class="yy" id="sss" type="radio" name="group0" value="aaa"/> ABC
...
</fieldset>
<p>
<input placeholder="Enter Name/Value" name="xxx" id="xxx" size="40" style="display:block;float:left;">
<button type="button" id="xxx" style="width:100;">Process</button>
</p>
</form>
</div>
すべてが1行に表示されます。ラジオボタンの下にスペースを入れてテキストボックスを表示する方法がわかりません。
plヘルプ。