当前位置: 代码迷 >> HTML/CSS >> firefox中radio分组的有关问题
  详细解决方案

firefox中radio分组的有关问题

热度:353   发布时间:2012-02-08 19:52:21.0
firefox中radio分组的问题
在页面中有:
  <input   id= "rdBuyer "   type= "radio "   name= "Service "   value= "Buyer "   />
<input   id= "rdSeller "   type= "radio "   name= "Service "   value= "Seller "     />

为什么这样写在firefox中会默认选中1个,在IE中默认2个都没选。

如果让在firefox也和在IE中一样啊。

谢谢。

------解决方案--------------------
firefox 2.0中没有你说的这个情况
  相关解决方案