购物车网页:代码与效果

2019-10-17  本文已影响0人  琉佳

代码:

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>购物车网页</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>

上一篇下一篇

猜你喜欢

热点阅读