You are missing a ";" at the end of your #contentheader style.
Change:
#contentheader {
background:#fff
}
to
#contentheader {
background:#fff;
padding: 0;
}
And see if that is what you were looking for.
On Jun 7, 2005, at 11:41 AM, Oliver Saager wrote:
I haven't tested this, but I think it's the 10px padding you have declared
in the following rule:
#contentheader h1 {
font-size:14px;
padding:10px;
height: 190px;
background-image: url(../images/top_bg.jpg);
margin-bottom: 10px;
}
My guess is that t
Oliver Saager wrote:
http://develop.saager.ch
http://develop.saager.ch/css/screen.css
The pencils in the header are supposed to cover the entire space and
NOT leave white space on the left and on the right side.
Hi,
Try changing the selector #contentheader h1 to just #contentheader. You
can
This is the wrong combination:
HTML
header
CSS
p,h1,pre {
margin:0px 10px 10px 10px;
}
Succes
Daniel
Oliver Saager schreef:
Hello
Currently I am developping my first true (...) CSS Website.
Unfortunately I have come across a problem I am unable to solve. See yourself:
http
Hello
Currently I am developping my first true (...) CSS Website.
Unfortunately I have come across a problem I am unable to solve. See yourself:
http://develop.saager.ch
http://develop.saager.ch/css/screen.css
The pencils in the header are supposed to cover the entire space and
NOT leave white