|
|
Child combinator(>) in css - CSS
|
Views : 468
|
|
Tagged in : CSS
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|