Salve a tutti.
Quello che segue è il CSS che sto usando per alcune pagine.
La questione è che l'immagine di sfondo della page-container non è visualizzate in IE mentre non ho problemi con gli altri browser.Codice PHP:*{padding:0; margin:0;}
body {
font-size:62.5%;
background-color:rgb(255,255,255);
font-family:verdana,arial,sans-serif;
position: 500;
margin-bottom: 20px;
}
.page-container {
width:900px;
margin:0px auto;
margin-top:10px;
margin-bottom:10px;
border:solid 1px rgb(150,150,150);
font-size:1em;
background-image: url(../img/footer.jpg);
background-repeat: no-repeat;
background-position: bottom;
}
Qualche suggerimento?
Grazie

Rispondi quotando