Child combinator(>) in css - CSS Views : 468
Tagged in : CSS
0 0
Send mail
I had seen the symbol > used in most of the style sheets in external sites.I searched what does it mean and finally got the point.

It is called Child combinator, designated by a ">" symbol placed between simple selectors. An example of this is
#leftcol>p {color: blue;}, which would make the text blue in all paragraphs that are direct children of #leftcol.
By Rekha, On - 2009-08-28



    Login to add Comments .