html_code_clinic thread: Re: Overrule border style for Input type=radio
Here is the solution you are probably looking for:
1) define class:
.noBorder {border-style:none}
<input type=radio class="noBorder">
2)inline style:
<input type=radio style="border-style:none">
-Naintara
|





