Salve
ho questo codice:
codice:
.contenitor {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width:90%;
}
.contenitor:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../public/sfondo_home.png') no-repeat center;
    opacity: .2
}
codice:
<div class="contenitor" >
<div class="bg"></div>
<p align="center"><img border="0" src="IMGLOGO.jpg" style="max-width:350px;" ><br><BR><br>
<font">nomecognome</font><br>
<img border="0" src="IMMAGINE.JPG>" style="max-width:350px;" >
<form class="ebutton" method="POST" action="menu.asp">
<p align="center">
<button type="submit">Menù</button>
</form>
</div>
Inserito in una pagina web responsive, non fa scrollare verticalmente, come mai?
Dove sbaglio?
Grazie