Blending Header with Background
-
Hello,
So before adding my images into WordPress, my Header and Background blended nicely. Now, I can see the outline of my wrapper against my body background. The site is here.
Code:
<body <?php body_class(); ?>> <div id="wrapper" class="hfeed"> <div id="header"></div><!--end of header-->
CSS:
body { background-image: url('images/stone_bg.png'); background-color: #000; background-repeat: repeat-x;} #header { background-image: url('images/fantasy_header.png'); background-repeat: no-repeat; height: 170px; min-height: 170px;}
Quick Run-down:
Body – Contains a repeating image starting from the top down to the gradient.Header – Is the image in the middle behind the banner. The image is 1024px by 170px. This image needs to blend with background image in the body.
This worked fine when I first designed it using HTML/CSS. Thank you.
[Please post code snippets between backticks or use the code button.]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Blending Header with Background’ is closed to new replies.