By sierrawayfarer on
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
Comments
Site URL?
The CSS doesn't look to have an issue, perhaps there is an issue with your html? What is the URL of your site?
(BTW giving a background a color will always make the color repeat.)
My site
I am developing this at home on an xampp server. The name of the site will be digitaleafs.com. Other than making some initial changes under administration and adding the css snipet mentioned above to digitaleafs.css I haven't done anything to any of the code that I copied over from STARTERKIT. I haven't touched the page.tpl.php file.
Thanks for responding,
Tom