Ciao a tutti, ho un problemino con explorer.
Lo script scritto in basso funziona su tutti browsers tranne l'internet explorer. Come faccio a farlo funzionare anche su explorer?
Codice:
<style type="text/css">
.nomeclasse {
position: fixed;
right: 0;
left: 0;
to: 0;
display: block;
height: 80px;
width: 80px;
background: url(immagine/file.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}
</style>
<p class="nomeclasse">
<table border="0" bgcolor="black" height="25" width="2000"><td></td></table>
</p>