そのため、いくつかの位置の背景画像と背景色があり、画像には透明なエッジがあり、画像が透明な場所から背景色を根絶できるかどうか疑問に思っています。
現在、この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>