我只是想知道背景是否是彩色的,而内容 div 是否在图像中是可能的?
<body style="background-color: black; ">
<div id="header" style="background: url('xxx11.png') repeat left top;">
</div>
<div id="#container" style="background-image: url(xxx.png)">
</div>
</body>
当我跑步时,我只能看到黑色但看不到背景图像..
提前致谢