Hi, i want my icon
<img class="addFriend" src="images/addFriend.png" style="padding-right: 55px;">
to change to
when mouse over.. like you can do with a:hover, how can i do this?
I tried
addFriend img:hover{
background: url(images/addFriend_hover.png);
}