我有一个在左边有一个标志图像的标题。我试图在标题中放置一个背景图像,但是 bg 图像是从标志图像的右侧开始的。标志图像是一个透明的 PNG 图像,所以我猜Bg 图像可以放在 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)}