Forum Moderators: not2easy
I have a repeating background image contained within my css wrapper. The css is as follows:
#wrapper {
text-align: left;
width: 1020px;
position: relative;
background: url(images/pink_bg.jpg) repeat-y;
border: 15px solid #000000;
height: 950px;
When I load pages locally they are fine - everything displays perfectly, but as soon as I upload to my web host the background image disappears. Everything else shows correctly. I'm at a total loss how to fix this, and the fact that it looks fine locally makes it doubly difficult as I have to keep re-uploading to test.
Any thoughts? Help greatly appreciated
Cheers