Hello all,
Looking for a little CSS help. I have seen in a couple other posts the CSS code snippet below.
input[type=checkbox]:checked + label {color: #0B4DB7};
This works great for change the color of the text when the check box is checked. I would greatly appreciate it if anyone could point me into what changes to use on radio buttons. I have tried changing it to type=radio and type=radiobutton but have had no luck.
I did see a posting on changing radio buttons with JavaScript. I was wondering if it is doable with CSS instead of JavaScript.
Thanks.