Forum Moderators: not2easy
<style type="text/css">
<!--
input { border: 0px; }
-->
</style>
I tried:
input radio { border: 0px; }
input.radio { border: 0px; }
input, radio { border: 0px; }
input [type="radio"] { border: 0px; } (as suggested by w3school.com)
but none work.
(I know I can do it with an in-line style, but there are many buttons on the page; I want to simplify it by using an internal style sheet.)