L
Lloyd Dupont
I have the following Css
#master_header
{
background: #ffdead;
width:100%;
margin: 0;
padding:0;
}
and when I display a top banner like that:
<div id="master_header">
<h1>header here</h1>
</div>
while It runs fine on IE, both FireFox and Opera gives me an uncompressible
white band below it. why is it so ?
#master_header
{
background: #ffdead;
width:100%;
margin: 0;
padding:0;
}
and when I display a top banner like that:
<div id="master_header">
<h1>header here</h1>
</div>
while It runs fine on IE, both FireFox and Opera gives me an uncompressible
white band below it. why is it so ?