Codice PHP:
/* Buttons */
div.buttons {
  
margin-top5px;
}

div.buttons a {
  
displayblock;
  
width96px;
  
height25px;
  
text-decorationnone;
}

div.buttons a:hover {
  
background-position-25px;
}

div.buttons a.reply {
  
backgroundurl("images/buttons/reply.gif"0 0 no-repeat;

per far funzionare questo css devo necessariamente avere
Codice PHP:
div.buttons a.reply:hover {
  
background-position-25px;

ma sarebbe uno spreco e perdita di tempo scrivere 20 righe ugali cambiando il nome della casse... dato che quel background-position deve valere per tutti gli a contenuti in div con classe buttons... come posso fare?