我有以下表格代碼,但我無法選擇IE 中的銷售收音機,我可以在Google Chrome中同時選擇兩個收音機。無法在HTML中的單選按鈕之間進行選擇?
<form method="post" action="dothemath.php" style="width: 403px" class="style1">
<input type="radio" id="rdobuy" style="width: 20px; height: 21px;" checked="checked"/>
<label>Buy</label>
<input type="radio" id="rdosell" style="width: 20px; height: 21px;"/>
<label >Sell</label>
</form>
有什麼東西我缺少...?