<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
.aa{
display: block;
width: 42px;
height: 30px;
background-image: url(img/2.png);
background-position: -10px -339px;
}
.aa:hover{
background-position: -60px -339px;
}
.aa:active{
background-position: -125px -339px;
}
</style>
</head>
<body>
<a href="#" class="aa"></a>
</body>
</html>
网友评论