gpt4 book ai didi

jquery - 用父显示显示 div :none

转载 作者:太空狗 更新时间:2023-10-29 15:35:54 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Display HTML child element when parent element is display:none

我在另一个 div 中有一个 div。我已将外部 div 设置为 display:none 这将使内部 div 也隐藏。如何显示内部 div 而将外部 div 设置为不显示?

CSS:

.hidden {
width:100px;
height:100px;
background-color:red;
display:none;
}

.display {
width:50px;
height:50px;
background-color: yellow;
display:block;
}

HTML:

<div class="hidden">
<div class="display"></div>
</div>

示例:http://jsfiddle.net/gcyhz/1/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com