August 4, 2008
What’s your best CSS selector?
KilianValkhof.com had an awesome CSS selector:
li:not([class=pingback]) .comment-content p:first-child:first-letter
In case you can't figure out what that means, it says to select:
the first letter of the first child element
of a paragraph
that...
Filed under Web Design News & Tips by About Web Design / HTML




