次のように、ページのセクション タイトルの右側に仕切りを配置したいと考えています。
このコードを試してみましたが、次のようになります。
コードは次のとおりです。
<h4 class="section-title">Lastest From Blog</h4>
.section-title {
font-size:18px;
background-image: url('images/divider-bar.png');
background-repeat: repeat-x;
padding-bottom: 12px;
color: #6c6c6c;
}
これがフィドルです:http://jsfiddle.net/Chead/hrYyg/