我想在事業部的圖像的頂部中央添加文本「郵報」,但它旁邊添加到圖像:的DIV中添加文本頂部圖像
HTML:
<div id="Post">
<span class="Post">Post
<img src="images/ask_post.png" />
</span>
</div>
CSS:
#Post {
position:absolute;
background-image:url('../images/ask_post.png') no-repeat;
left:741px;
top:157px;
}
使用的背景圖片不重複 – Sami