The CSS3 :not() selector
There isn't a lot of information to be found about the :not() selector. The specifications only offer 3 lines of text and a couple of examples. So lets see what it can do! The Spec…
I am making great progress on my new design, and one of the decisions I made was to just forget about IE and use all the css I want. This lead to perhaps the best CSS selector I have ever written:
li:not([class=pingback]) .comment-content p:first-child:first-letter
Which is one of the selectors I use to style the comment section of my new design. Not bad, is it?
Sorry for the delay on the second part of Building your own lightbox. The article is proving itself to be, how do I say it, humongous.
So, for this week, Tell me your best CSS selector!
There isn't a lot of information to be found about the :not() selector. The specifications only offer 3 lines of text and a couple of examples. So lets see what it can do! The Spec…
A lightbox is a way of showing an image, a movie or an entire web page as an overlay on a website. It is often used in gallery style websites and for portfolio's. This article will…
I started building websites about 15 years ago. Two weeks ago I wrote down a:hover, a:focus {…} for what felt like the millionth time. Something snapped and I quipped the fo…