Home › Forums › CSS › Custom radio buttons › Re: Custom radio buttons
April 18, 2013 at 12:08 pm
#132328
Member
…but if the brower doesn’t support
input[type=”radio”]
then it will ignore it anyway….won’t it?
…and
:not(#foo)
will ignore elements with that ID which has nothing to do with input types.
…but perhaps I’m missing something. I couldn’t find any reference to `:not` in the linked article.