Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个子元素和一个父元素。
<div class="parent"> <div class="child" /> </div>
孩子可能位于父母之外,也可能被父母部分夹住。发生这种情况时,我想将其设置为显示:无。
有没有一种纯粹的css方式来完成这个?
您不能使用 css 执行那种测试,这是不可能的。