Salve a tutti,
ho un problema con un div.
Il mio div contiene il footer delle mie pagine.
Dovrebbe stare, rispetto alla finestra, sotto a tutto e centrato.
Ho creato un div è un ID nel css con queste proprietà:
#footer {
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
background-position: center;
width: 950px;
height: 123px;
margin-bottom: 0px;
overflow: hidden;
position: fixed;
bottom: 0px;
left: auto;
right: auto;
}
succede che il div sta sotto a tutto,
ma allineato a sinistra e no al centro della pagina.
Potreste aiutarmi?
Grazie
Roberto

Rispondi quotando