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.
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://mcmap.net/q/1634993/-how-can-i-get-css-pseudo-element-checked-to-work-in-ie7-ie8
© 2022 - 2024 — McMap. All rights reserved.