Albez79
18-02-2009, 13:05
ho quel fastidioso problema che genera il "load" di un immagine all'evento hover in una classe del css...o meglio in IE6 funziona in IE7 firefox e opera NO!!!
eccovi il codice
.leftCant a{
color : #000000;
text-align: Left;
display: block;
background-image: url("images/bottone.gif");
background-image: no-repeat;
width:145px;
height:30px;
padding: 5px 20px 5px 5px;
margin: 5px 5px 5px 5px;
font-size : 11px;
font-family : Tahoma,Verdana,Arial;
font-weight: bold;
text-decoration: none;
}
.leftCant a:link {
color : #000000;
text-align: Left;
background-image: url("images/bottone2.gif");
background-image: no-repeat;
width:145px;
height:30px;
padding: 5px 20px 5px 5px;
margin: 5px 5px 5px 5px;
font-size : 11px;
font-family : Tahoma,Verdana,Arial;
font-weight: bold;
text-decoration: none;
}
.leftCant a:hover {
color : #FFFFFF;
display: block;
text-align: Left;
background-image: url("images/bottone2.gif");
background-image: no-repeat;
width:145px;
height:30px;
padding: 5px 20px 5px 5px;
margin: 5px 5px 5px 5px;
font-size : 11px;
font-family : Tahoma,Verdana,Arial;
font-weight: bold;
text-decoration: none;
}
eccovi il codice
.leftCant a{
color : #000000;
text-align: Left;
display: block;
background-image: url("images/bottone.gif");
background-image: no-repeat;
width:145px;
height:30px;
padding: 5px 20px 5px 5px;
margin: 5px 5px 5px 5px;
font-size : 11px;
font-family : Tahoma,Verdana,Arial;
font-weight: bold;
text-decoration: none;
}
.leftCant a:link {
color : #000000;
text-align: Left;
background-image: url("images/bottone2.gif");
background-image: no-repeat;
width:145px;
height:30px;
padding: 5px 20px 5px 5px;
margin: 5px 5px 5px 5px;
font-size : 11px;
font-family : Tahoma,Verdana,Arial;
font-weight: bold;
text-decoration: none;
}
.leftCant a:hover {
color : #FFFFFF;
display: block;
text-align: Left;
background-image: url("images/bottone2.gif");
background-image: no-repeat;
width:145px;
height:30px;
padding: 5px 20px 5px 5px;
margin: 5px 5px 5px 5px;
font-size : 11px;
font-family : Tahoma,Verdana,Arial;
font-weight: bold;
text-decoration: none;
}