Why the header appears in different positions between explorer and mozilla???
<div id="header">
<h1>Bidoeira</h1>
</div>
css:
#header {
width:90%;
height:70px;
background-color:#0066CC;
padding:10px;
}
#header h1{
z-index:1;
font-size:45px;
font-family:Georgia, "Times New Roman", Times, sans-serif;
}
<div id="header">
<h1>Bidoeira</h1>
</div>
css:
#header {
width:90%;
height:70px;
background-color:#0066CC;
padding:10px;
}
#header h1{
z-index:1;
font-size:45px;
font-family:Georgia, "Times New Roman", Times, sans-serif;
}