Salve a tutti ragazzi ho un problema con una pagina in css ogni volta che metto la pagina in modalità f11 il div che magari avevo impostato in una determinata area cambia..
eppure mi sembra di aver scritto tutto correttamente...
qualcuno riesce a darmi una mano?
/* CSS Document */
.codice {
font: 12px "Courier New", Courier, mono;
color: Black;
}
body {background-image: url(contatto.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
div#contatto{
position:fixed;
left:33%;
top:5%;
background-repeat: no-repeat;
border:0px solid black;
padding:0.4em;
width:443px;
height:570px;
color: blue;
overflow-x: scroll;
}