I have a stylesheet (read: ONLY the stylesheet. I can't edit anything else), and I need to make two different images in the background. One tiles, and the other just stays in place aligned to the left. Here is what I've come up with:
But all I get is the second image. I am a complete and total noob to css, so I am guessing this is invalid and it will only take the second image. How can I get both to display?
Thanks!
background: #486e98 url(header-mid.png) repeat-x 0px 0px;
background: transparent url(header-left.png) no-repeat 0px 0px;
But all I get is the second image. I am a complete and total noob to css, so I am guessing this is invalid and it will only take the second image. How can I get both to display?
Thanks!