What browsers support CSS #parent > .direct-child notation? (no jQuery)

前端 未结 3 829
广开言路
广开言路 2021-01-04 06:22

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

Where a space (#tes

3条回答
  •  天命终不由人
    2021-01-04 06:41

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

提交回复
热议问题