現在、サイドバーを 3 つの異なる背景で動作させようとしています。スクリーンショット
3コンテナで直そうとしましたがうまくいきません(トップ画像が消える等)。これを行う最善の方法についてのアドバイスは素晴らしいでしょう。
HTML
<div class="footer">
<div class="head">
<div class="block">
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
</div>
</div>
</div>
CSS
.footer {
background: url(http: //i.imgur.com/NNtfaL6.png) bottom left no-repeat;
width: 190px;
margin-left: 20px;
}
.head {
background: url(http: //i.imgur.com/sOVew68.png) top left no-repeat;
width: 260px;
}
.block {
background: #1b1b1b;
color: #fff;
width: 175px;
margin-left: 80px;
}