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中没有你说的这个情况