以下のコードは、以前のバージョンのIE10
および他のすべてのブラウザーで正常に動作します。
<input type="radio" name="RBLSample" style="display:inherit" value="Test1" />
<input type="radio" name="RBLSample" style="display:inherit" value="Test2" />
<input type="radio" name="RBLSample" style="display:inherit" value="Test3" />
<input type="radio" name="RBLSample" style="display:inherit" value="Test4" />
INIE10 browser raidion button
は 1 行ではなく 1 つずつ表示されます。
すべてのラジオボタン項目を一列に表示したい。