Still playing with this, read all the articles on header etc, but still can’t pry the image off the top of my site! ugh. Here is latest header_image code:
————————————-
#header_image {
position:relative;
padding-top: 10px;
height: 60px;
background: #74909D url(images/headerimages/wcphotowrkssplash100orange.gif) no-repeat;
border-bottom: 1px solid #FFFFFF;
clear: both;
}
All 5 are from yusop.net I really like how clean and professional they look. I have mod’d one of these to use for a photoblog and find it better to work with than Pixelpost.
Thank you – I tried this and it increased the blue background height, but the image still sticks at the top.
code now looks like this:
——————————————————
#header_image {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
height: 50px;
background: #74909D url(images/headerimages/wcphotowrkssplash100orange.gif) no-repeat scroll 0% 0%;
border-bottom: 1px solid #FFFFFF;
clear: both;
}
———————————————————-