gpt4 book ai didi

CSS3 裁剪 div

转载 作者:太空宇宙 更新时间:2023-11-04 00:14:50 28 4
gpt4 key购买 nike

代码位于 http://jsfiddle.net/rSSXu/

<div id="parent">
<div id="child">Child</div>
</div>​

#parent {
margin-left:auto;
margin-right:auto;
height:200px;
width:50%;
background:#eee;
overflow:none;

}

#child {
width:10%;
height:10%;
margin:auto;
background:red;
-webkit-transform: translate(0px, 300px);

}

我有以下设置,我希望父 div 能够“剪辑”,以便隐藏它之外的任何内容。有点像 overflow:none,但这也适用于翻译。有没有办法做到这一点?谢谢,克里斯

最佳答案

我不记得用过overflow: none,试试 溢出:隐藏

关于CSS3 裁剪 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11755552/

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