Ho risolto così, ieri stesso ma mi sono dimenticato di postare:
Codice HTML:
td.background_dropmenu {
display : inline-table;
margin : 2px 5px;
text-decoration : none;
color : #666666;
background : url(images/white/background_dropmenu.png) top no-repeat;
width : 100px;
height : 25px;
text-align : center;
}
td:hover.background_dropmenu {
display : inline-table;
margin : 2px 5px;
text-decoration : none;
background : url(images/white/background_dropmenu.png) bottom no-repeat;
width : 100px;
height : 25px;
text-align : center;
cursor : pointer;
color : #335ea8;
}
Grazie lo stesso siM