ciao a tutti, ho un problema di visualizzazione in ie
praticamente voglio far vedere una immagine fissa in basso a destra nel browser
queste sono le stringhe di background del foglio di stile. SU firefox si vede correttamente su IE mi trovo l'immagine in alto al centro, cosa ho sbagliato?
il sito è questo:
http://www.andre4x4.com/
il foglio di stile questo:
html, body {
background-color: #333333;
margin: 0;
padding: 0;
text-align: center;
color: #ffffff;
font-size: 11px;
font-family: 'Tahoma';
}
a#tooCool {
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 80px;
width: 80px;
background: url(images/too_cool_4ie.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}

Rispondi quotando