我有一個標題圖像在左邊。我試圖在標題中放置一個背景圖像,但bg圖像從標誌圖像的右側開始。標誌圖像是一個透明的PNG圖像,所以我猜想Bg圖片可以放在logo圖片後面。如何把背景圖像放在logo圖像後面?
下面是HTML
<div id="header">
<div class="fl" style="width:378px; height:79px; overflow:hidden;">
<p align="left"><a href="http://mysite.com/magento/index.php/"><img src="mysite.com/magento/skin/frontend/default/my_theme/images/dlogo.png" ></a></p>
</div>
</div>
CSS的標題:
#header{ width:972px; padding:15px 0px 10px 0px; margin:0 auto; text-align:left; height:117px; background:url(../images/dbody_background.jpg)}
這個工作對我來說:http://jsfiddle.net/Bk4qp/也許你有你的血糖有問題圖片 ? –
這裏有什麼區別? – akt
無。我用你的代碼與我的圖片(我沒有你的)。如果我理解你的問題,它似乎工作。 –