【发布时间】:2016-02-18 23:16:44
【问题描述】:
在我看来,单选按钮在 google chrome 中有效,但在 firefox 中无效。请告诉我会出现什么问题?
查看:
<div class="btn-group btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-default" >
<input type='radio' name="property" value="1" id="home" >
Home
</button>
<!--style="background-color: #0eaaa6"-->
<button type="button" class="btn btn-default" >
<input type='radio' name="property" value="2" id="plot" >
Plot
</button>
<button type="button" class="btn btn-default" >
<input type='radio' name="property" value="3" id="commercial" >
Commercial
</button>
【问题讨论】:
-
你能提供一些sn-ps的代码吗?另外,“不工作”是什么意思?
-
-
单选按钮不起作用意味着当我单击单选按钮时,它没有任何功能。
标签: html google-chrome firefox radio-button