我正在尝试将图像及其描述放在图像底部(以及不透明度为 0.8 的图像上方)。这两个元素都在 div 元素内。但启用显示标题。
.title {
opacity:0.8;
background-color:black;
color:white;
height:40px;
width:100%;
position:relative;
bottom:0px;
z-index:2;
clear:both;
}
.tilebg {
position:relative;
top:0px;
height:100%;
z-index:0;
opacity:1;
}
我做了一个例子