I have created a zen subtheme. So far I have only made one change to the css. I added this at the very end of the file to create a gradient background:
#page {
width: 980px;
margin: 0 auto;
background-image: url("/digitaleafs/sites/all/themes/digitaleafs/images/background.gif");
background-repeat: repeat-x;
}
The background image shows but does not repeat in the x-direction. If I change to just a standard background color the repeat-x will work. Any ideas?
Thanks
Read »








