因此,我有几个位置背景图像和背景颜色,并且图像具有透明边缘,我想知道是否可以从图像透明的位置消除背景颜色。
我目前得到这个Image。
并想得到这样的东西Image。
PS 很抱歉只是将图片作为链接发布,但在发布此帖子时,我不允许实际发布图片。
网页:desertednoir.uhostfull.com
相关代码:
#content {
padding: 1.5%;
float: left;
width: 73%;
text-align: center;
z-index: 1;
color: Silver;
border: 1px solid black;
background: url("/images/e_bl.png") no-repeat left bottom,
url("/images/e_tr.png") no-repeat right top,
url("/images/e_tc.png") no-repeat center top,
url("/images/e_br.png") no-repeat right bottom,
#3C3C3C;
}
<div id="content">内容资料</div>