- This topic has 3 replies, 2 voices, and was last updated 9 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Agile Theme Support › Multiple Background Images
Tagged: Agile, multiple backgrounds
Hi guys,
I’ve created a brown background image for behind the left sidebar in Agile and it works fine. I also have a cream-colored background image that I would like to have cover the rest of each page. I have attempted two different ways, but it isn’t working.
Attempt #1:
body {
background-image: url(images/brown-header.png), url(images/content-bg.png);
background-repeat: repeat-y, repeat;
}
Attempt #2:
body {
background-image: url(images/brown-header.png) repeat-y;
background-image: url(images/content-bg.png) repeat;
}
Regardless of method, I get only one image (the second in the list). Even with only one image if I put the repeat on the same line as the background image url the image disappears altogether.
Am I dinking around in the wrong area? Should they be separated out? If so, what selector should I be using? I’m having a heck of a time figuring it out. Some days even the simplest things elude me, even with Firebug.
http://walt2.jeansnbeans.com is the URL.
Thanks so much,
Edee
Edit: By “left sidebar” I realize it’s not technically a sidebar. Just easier to think of it that way.
Alrighty, I changed themes on this one and put it back to private. But if anybody has an idea how to do this for future reference, let me know.
Thanks ๐
I’ve actually never added two background images before so I googled and came across a few people talking about it. Here’s one post you can take a look at to see if it helps – http://stackoverflow.com/questions/423172/can-i-have-multiple-background-images-using-css Other than that I have no idea.
I create awesome sites for awesome people! Contact me if interested โ ericsanchez1585@gmail.com