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
And this how my xhtml codes look like:Code:#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; }
anyway to fix that gap on top of my header please?Code:<body> <div id="container"> <div id="header"> <h1>header</h1> </div> <div id="navigation"></div> <div id="wrapper"> <div id="main-content"> etc..
many thanks.



Reply With Quote
.however, when i tried to to set the gap on top again, it would not let me. Any idea why?
Bookmarks