Forums

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

Home Forums CSS not selector Reply To: not selector

#278388
Paulie_D
Member

It depends on what it is you are trying to do.

This…

:not(h1) {
(something like this);
}   

…doesn’t target h1 at all. it targets everything except h1 tags.