代碼:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>購(gòu)物車網(wǎng)頁(yè)</title>
<style type="text/css">
.shop_car:link{
display: block;
width: 43px;
height: 31px;
background-image: url(image/shop_car.png);
background-repeat:no-repeat;
background-position:-10px -337px;
}
.shop_car:hover{
background-position: -58px -337px;
}
</style>
</head>
<body>
<a href="#" class="shop_car"></a>
</body>
</html>