Как изменить цвет кнопки при наведении?

Мне нужно изменить цвет кнопки при наведении.

Вот мое решение, но оно не работает.

a.button {
   display: -moz-inline-stack;
   display: inline-block;
   width: 391px;
   height: 62px;
   background: url("img/btncolor.png") no-repeat;
   line-height: 62px;
   vertical-align: text-middle;
   text-align: center;
   color: #ebe6eb;
   font-family: Zenhei;
   font-size: 39px;
   font-weight: normal;
   font-style: normal;
   text-shadow: #222222 1px 1px 0;
}
a.button a:hover{
     background: #383;
}
20
задан freedomn-m 10 December 2015 в 15:04
поделиться