infatti stavo provando e funziona cosi si vede anche con risoluzione a 800 però sballano i div interni![]()
praticamente stò provando cosi, sono tre immagini in scalare:
<div id="Intestazione">
<div id="Primo">prova</div>
<div id="Secondo">prova</div>
</div>
#Intestazione
{
margin: 0 auto;
padding: 0;
width: 90%;
height: 300px;
background: url(01.png) no-repeat center bottom;
}
#Primo
{
margin: 0;
padding: 0;
height: 100px;
background: url(02.png) no-repeat center 0;
}
#Secondo
{
margin: 0;
padding: 0;
height: 100px;
background: url(03.png) no-repeat center 0;
}
Il secondo div scazza, il primo è centrato perchè ? :rollo: