I need to make special radio buttons, is it possible to make my own images to cover default style of radio buttons? If it is not possible what is best way to do this with jQuery or is there good plugin for this?
A:
Some basic changes can be made via CSS, to the size etc, but they are fairly unreliably reproduced across different browsers (surprise, surprise).
Outside of CSS, I've had good results with jQuery Checkbox.
Jon Hadley
2009-12-08 14:57:19
+2
A:
you can control every aspect of the radio via CSS, using images or basic styling, like padding, color, backgorund, etc. That said, I also recommend you use a framework, like jQuery Checkbox..
Alternatively, look at this blog entry for further suggestions
Horia Dragomir
2009-12-08 16:43:29
+1
A:
Yes I would also recommend using jQuery, a very nice plugin is the jqTransform plugin. Check out this video tutorial by Chris Coyier in which he uses the plugin from scratch in one of his css-tricks screen casts.
Marcus Whybrow
2009-12-09 02:46:21