Child combinator(>) in css - CSS Send mail vote down 0 vote down 0 Views : 451
Tagged in : CSS
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 .