我试图在我的内容区域上方的页面顶部有一个带有边框的标题图像,但由于某种原因,我的 bg 图像正在重复。你知道是什么导致图像重复吗?任何帮助是极大的赞赏!
这是我的代码:
<div class="container_12">
<div class="subheader">
<img src="images/subheader_1.png" alt="Subheader" width="940px" height="240px" />
</div>
</div>
这是我的CSS:
.subheader{background:url(../images/subheader_1.png);background-repeat:no-repeat; min-height:300px; width:940px}
.subheader img {border:1px solid #ccc;padding:5px;background:#efefef}