I have Page in which I use a RadiobuttonList that is in an HTML table. I have given a CSS style to table and td. I have also given a CSS style to RadioButtonList, but it doesn’t take its style from RadioButtonList – it takes it from td. Is there any way to make RadioButtonList follow the style of RadioButtonList instead of td?
Share
It’s really difficult to style radio buttons, checkboxes, and selects consistently across multiple browsers. Your best bet is to try using some js like this jQuery plugin – Fancy Checkboxes.