Forum Moderators: not2easy

Message Too Old, No Replies

Wrapper Background Image Missing

Backround image does not show in any browser

         

coleyparka

3:50 pm on Oct 8, 2008 (gmt 0)

10+ Year Member



Hi

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

dukelips

4:04 pm on Oct 8, 2008 (gmt 0)

10+ Year Member



check whether the path is correctly given on server