Here is the style sheet code:
select,input ,td a {border:1px solid green; width:25%;height:25px;font-size:20px;margin- left:.1em;}
input.myradio {border:none;width:0%;height:0%;font-size:0%;}
And here is the corresponding HTML code:
<td><input class="myradio" type="radio" name="poolstatus" value="Add">Add</input><td>
Although it works perfectly in Firefox, the radio buttons are not showing up in Chrome and IE. Any idea why this may be happening?