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

前端 未结 3 827
广开言路
广开言路 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:48

    It works great on IE7 (at least) unless you use #div > *, as I've just found out.

提交回复
热议问题