public marks

PUBLIC MARKS with tags child & css

April 2006

The Man in Blue > Experiment > CSS Love Child

by MaoTseTongue (via)
Visionner un site avec la feuille de style (CSS) d'un autre site.

June 2005

Eric's Archived Thoughts: Universal Child Replacement

by nhoizey
there is a way to simulate child selection without actually using the child combinator. The general pattern is to use a normal descendant selection in your first rule, and then “undo” the first rule with a second that has a universal selector in the middle. Suppose you want to boldface any p element that’s a child of a div, but no others. The solution: div p {font-weight: bold;} div * p {font-weight: normal;}

PUBLIC TAGS related to tag child

css +   div +   love +   selector +   web +  

Active users

MaoTseTongue
last mark : 26/04/2006 19:01

nhoizey
last mark : 13/06/2005 10:46