CSS Custom Radio Buttons

1
2
#foo:checked::before,
input[type="checkbox"] {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#foo doesn't reference any particular element, it's there to prevent browsers from implementing the later selectors.

1 Response

What does the HTML markup look like for this? Cheers

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.