Ciao a tutti, ho creato il seguente codice css:
body
{
margin: 0px;
padding: 0px;
text-align: center;
background-color: #ffffff;
font-family: arial;
color: white;
font-size: 12px;
}
.menu a
{
width: 150px;
height: 20px;
background-color: orange;
margin-bottom: -0px;
text-align: left;
padding-left: 25px;
padding-top: 2px;
text-decoration: none;
color: black;
display: block;
}
.menu a:hover
{
width: 150px;
height: 20px;
margin-bottom: -0px;
text-align: left;
padding-left: 25px;
padding-top: 2px;
color: black;
background: url(buttonh.jpg);
}
per un semplice effetto hover ma funziona solo su IE e non su Firefox, qualcuno mi sa aiutare?
Grazie mille, saluti!

Rispondi quotando