Add Image to Header
-
Hi Guys,
On my blog, spatterblog.com, I have a header image which I’ve set to repeat across the top of the page. What I want to do now is add a Halloweeen pumpkin image to the header (on the right side). However, I can’t seem to add the pumpkin without deleting the repeating header. Any ideas on how to add the image to the already existing header? Thanks!
`#header {
background-color: #e75c14;
margin: 0 0 0 1px;
padding: 0;
height: 174px;
width: 758px;
}#headerimg {
margin: 0;
height: 175px;
width: 100%;
}body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
background: #ffffff;
color: #000000;
text-align: center;
background: #ffffff url(‘images/img02.gif’) repeat-x;
}#page {
background-color: #FFCc66;
border: 1px solid #e75c14;
text-align: left;
}#header {
background: #e75c14 url(‘images/img02.gif’);
}#headerimg {
margin: 7px 9px 0;
height: 192px;
width: 880px;
}
- The topic ‘Add Image to Header’ is closed to new replies.