I found Custom CHECKBOX and RADIO from the link but could not find this working in IE8.
Is there any way we can use below properties working for IE8?
:after
:before
.big-radio:checked + label:after
Please let me know.
ie8 doesn't support :checked
.
You can add class and rewrite rule like this:
.big-radio.checked + label:after
Or try something from this answer https://stackoverflow.com/a/11842991/928516
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With