1 2 3 4 5 6 7 8 9 10 11 12
.appcbtn { display: block; width: 16px; height: 16px; float: left; background-image: url('../img/check_blank.png'); background-size: contain; background-repeat: no-repeat; } .appcbtn:hover { background-image: url('../img/check_hover.png'); }