Background Image in Header Problem
-
Hi,
I’ve run into a strange situation in trying to put an image in the header that I am unable to resolve. I am able to place image in the header on site shapeshift.net. However, when I try to do the exact same thing on designbythebay.com, the background image does not show up. For background in the header, I am using the CSS code below, which does not work:
#header {background-image: url("/images/header/rcc-water-header.jpg");}
I tested others below and the background image shows up in the correct locations as they should…
#header .pad {background-image: url("/images/header/rcc-water-header.jpg");} #header .container-inner {background-image: url("/images/header/rcc-water-header.jpg");} #wrapper {background-image: url("/images/header/rcc-water-header.jpg");} .container {background-image: url("/images/header/rcc-water-header.jpg");}
I cannot figure out why it does not work for #header. Please help!… Thank you.
David
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Background Image in Header Problem’ is closed to new replies.