Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Custom radio buttons Re: Custom radio buttons

#132328
Paulie_D
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.