雪碧图

2018-12-27  本文已影响0人  卑微小利
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>超级购物车</title>
    <style type="text/css">
        .nav{
            display: block;
            width: 40px;
            height: 30px;
            background: url("img/xbt.pg.png") no-repeat;
            background-position: -10px -339px;
        }
        /*.nav:link{
            ;
            width: 40px;
            height: 30px;
        }*/
        .nav:hover{
            background-position: -60px -339px;
        }
        .nav:active{
            background-position: -125px -339px;
        }
    </style>
</head>
<body>
    <a  href="#" class="nav"></a>
</body>
</html>
上一篇 下一篇

猜你喜欢

热点阅读