As far as I know, the > (#test>div) means that the div is required to be a direct child of #test.

Where a space (#test div) means that it can be a descendant/ancestor relationship. So #test p div would be affected by simply a reference to #test div

What browsers support the first one mentioned?

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

You can find information for all selectors at http://www.quirksmode.org/css/contents.html For your questions the supported browsers are the following:

IE 7, IE8, IE9 pr3, FF 3.0, FF 3.5, FF 3.6, FF 4b1, Saf 4.0 Win, Saf 5.0 Win, Chrome 4, Chrome 5, Opera 10.10, Opera 10.53 and Opera 10.60

link|improve this answer
1  
+1 for linking. – zzzzBov Nov 11 '10 at 21:44
feedback

FF2+, IE7+, Opera/Safari/Chrome ( any modern version of the latter ) should support the child selector.

link|improve this answer
1  
QuirksMode agrees: quirksmode.org/css/contents.html – Chuck Nov 11 '10 at 21:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.