npn2531, on 04 August 2010 - 10:49 PM, said:
#header {
position: absolute;top: 0px;width:945px;padding:0px 0px 0px 0px;margin:10px 0px 0px 0px;background-color: transparent;
}
#page {
float: left;width: 945px;padding:0px 0px 0px 0px;margin:115px 0px 10px 0px;border:0px solid #666666;background-repeat:repeat-y;background-position:0px 0px;
}
Note the #header position is 'absolute'. That means it ignores the placement of anything else. Which is why it is overlapping your page content, or the #page container, when you make the header image bigger.
However, note the #page margin:115px 0px 0px 0px. That first number 115px is the top margin in pixels above the #page container or div . Increase that number to push the content down more and allow for the increased size of your header.
Not sure why I didn't try that in the first place works perfectly - thanks.
One other question I downloaded the 1st March update that you uploaded. Does this contain any code from the contributions that you have tried with OSC to CSS?
Thanks.
Edited by srr, 05 August 2010 - 11:37 AM.









