moisea
12-21-2006, 12:39 AM
hello, i need some header image help please. i have a gap of about 10px on top between my header image and my site top border. i did put padding and margin to 0px on both the container and header selector without success.
This is my css file
#header{
background: black;
margin:0;
padding:0;
background-image:url(images/header.jpg) ;
height:114px;
}
#header h3{
color:red;
background: black;
}
#container {
width:770px;
margin:0 auto;
text-align:left;
border:5px solid #FFF;
}
And this how my xhtml codes look like:
<body>
<div id="container">
<div id="header">
<h1>header</h1>
</div>
<div id="navigation"></div>
<div id="wrapper">
<div id="main-content">
etc..
anyway to fix that gap on top of my header please?
many thanks.
This is my css file
#header{
background: black;
margin:0;
padding:0;
background-image:url(images/header.jpg) ;
height:114px;
}
#header h3{
color:red;
background: black;
}
#container {
width:770px;
margin:0 auto;
text-align:left;
border:5px solid #FFF;
}
And this how my xhtml codes look like:
<body>
<div id="container">
<div id="header">
<h1>header</h1>
</div>
<div id="navigation"></div>
<div id="wrapper">
<div id="main-content">
etc..
anyway to fix that gap on top of my header please?
many thanks.