gpt4 book ai didi

html - 左上角 Div "overflowing(?)"的内容

转载 作者:行者123 更新时间:2023-11-27 22:44:41 25 4
gpt4 key购买 nike

我需要的是将 DIV 的内容溢出(如果这是正确的词,我不会溢出)到左侧和顶部,并保持 DIV 大小始终固定。这是我制作的图像:

example image

正常结果是 DIV 变为 70x76(其内容的大小),但我需要保持 DIV 的大小固定。

有什么建议吗?

最佳答案

如果我正确理解你的问题,这个 CSS 应该可以解决问题:

#myDiv {
width: 43px;
height: 43px;
position: relative;
overflow: hidden;
}
#myDiv img {
position: absolute;
bottom: 0;
right: 0;
width: 73px;
height: 70px;
}

您可以在此处查看示例:http://jsfiddle.net/sZ4AC/或此处:http://jsbin.com/arobuz/2/

关于html - 左上角 Div "overflowing(?)"的内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8372483/

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