Background image in banner.
Posted: Thu Jun 10, 2004 4:11 am
I've been trying my hand at a custom style but I'm not able to use a background image in the banner area. I've placed an image in my /img directory of my new style called background.png but it won't display. Here's the section of my style.css:
I've put smaller images in the directory and it's worked, is my image too big (1024x201)?
Code: Select all
#serendipity_banner {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
margin: auto;
width: 95%;
height: 201px;
background-image: url({TEMPLATE_PATH}img/background.png) no-repeat;
}