Всем привет! Вообщем вот CSS кнопки:
Код:
|
.navsrc a {
display: block;
min-width: 110px;
width: auto;
height: 55px;
line-height: 55px;
text-align: center;
margin-right: 5px;
color: #313131;
transition: all 0.2s;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
-moz-transition: all 0.2s;
} |
Код:
|
.navsrc a:hover {
text-decoration: none;
background-image: url("../img/nav_bg.png");
color: black;
} |
Нужно что бы картинка появилась плавно при наведении на ссылку, что здесь не так?