Is it possible to have a colored background with an image in the content 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>
When I try to run this, only the black color shows up and not the background image.
Thank you in advance!