Currently, I am working on customizing my radio buttons and I want to find a way to add images for both the checked and unchecked events without any compatibility issues across different browsers. I have tried various methods, but each one comes with its own set of drawbacks. Ultimately, I want to achieve this using CSS only, as I have already done it successfully using jQuery but encountered some issues such as needing a label for each radio button and always floating to the left.
I would appreciate your assistance in this matter. Thank you