I want to keep default browsers appearances for all input elements I want only increase the size of the radio buttons (no jQuery,no bg image,etc) only with simple CSS.
I use this simple CSS code:
.bigradio{ width: 2em; height: 2em;}
Which is working only under IE and Chrome, other major browsers (FF,Opera,Safari) don't want to increasing default radio button size :(
Please help, I need a simple and clean CSS cross browser solution (no jQuery, no hiding default appearance, etc)
Thanks,