CSS Negation pseudo-class
Categories: Web2.0
Here’s a CSS stylesheet tip that I learned today: the negation pseudo-class (meaning it is followed by a colon, like :focus or :visited). What exactly is it? Well, its basically the NOT part of an if statement, if you want to think of it that way. It is extremely useful when you want to apply a style to a class or group of elements, and want to exclude some element(s).
Read More
