gpt4 book ai didi

css - 定位一个 div,使其看起来像一个标签

转载 作者:行者123 更新时间:2023-11-28 00:15:46 25 4
gpt4 key购买 nike

我在一个 div 中有一个 div。我想要一个扩展到外壳 div 之外,因此它类似于一个选项卡。我认为仅使用具有负值的绝对定位会将其推出父 div。这似乎行不通。有 CSS 解决方法吗?

例子 http://jsfiddle.net/W3CyT/

最佳答案

http://jsfiddle.net/iambriansreed/W3CyT/4/

CSS

#sideWall {
height:100px;
width:100px;
position:absolute;
top: 10;
left: 10;
background: black;
margin-top: 60px; /* give room for tab */
}

.showSideWall {
height: 60px;
width: 30px;
position: absolute;
top: -60px; /* move tab above container */
right: 0;
background: red;
}

关于css - 定位一个 div,使其看起来像一个标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12219823/

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