Radio button size

is there any way…we could increase the size of the radio button?(on all browers)

Thanks

It doesn’t work in all browsers, but adding width and height in the CSS should do it. I don’t know of nay other way…

<input type=“radio” style=“width:40px; height:40px;” … />

Of course, it’s always better to put your CSS in a separate css file.