gpt4 book ai didi

css - 使用 CSS 背景图像作为边框失败

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

我正在尝试将图像放置在花哨的边框内,以便边框覆盖图像。我几乎可以正常工作了,我希望有人能给我最后一点我需要的东西。在下面的示例中,如果我从主 div 容器中删除背景,图像框架效果很好。有了背景,图像是不可见的,大概隐藏在白色容器背景后面。这是用于测试的 dabblat:http://dabblet.com/gist/4356232

<style>
div {
background: #fff;
}
a {
width: 287px;
height: 142px;
display: block;
position: relative;
background: url(http://divisioncamera.erentalpro.com/web/list.png) no-repeat;

}
img {
position: absolute;
max-height: 287px;
max-width: 142px;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
z-index: -1;
}
</style>
<div>
<a>
<img src="http://placekitten.com/300/300"/>
</a>
</div>

最佳答案

添加到div

position: relative;
z-index: 1;

关于css - 使用 CSS 背景图像作为边框失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13997918/

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