|
Radio buttons cannot be altered using CSS. You can however change the font size on the radio buttons by doing this.
<style type="text/css">
radio { font-size:10px; }
</style>
If that doesnt help you any clarify what exactly you are needing or post a screenshot so I understand better.
__________________
I have become death, destroyer of worlds.
|