幅500、高さ700のdivがあるとします。特定の高さの背景として水平線または画像を配置するにはどうすればよいですか?ここにも投稿しましたhttp://jsfiddle.net/jt74S/
<div id="main">
these are some text and stuff, however the horizontal line/image should not be added with the text, but as a background of these.
</div>
#main {
background: none repeat scroll 0 0 rgba(56, 56, 56, 0.75);
border-radius: 0 3px 0 3px;
float: left;
font-size: 48px;
line-height: 44px;
padding: 20px;
}