导航条练习

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
        <style type="text/css">
            .box{
                width: 990px;
                height: 32px;
                background-color: #BBFFAA;
                margin: 50px auto;
                /*
                    设置背景图片
                */
                background-image:url(img/bg.gif) ;
                /*
                    设置水平重复
                */
                background-repeat: repeat-x;
            }
        </style>
    </head>
    <body>
        <div class="box">
            
        </div>
    </body>
</html>

此节所讲就是如何运用Ps截取背景图片

posted @ 2021-07-06 15:01  2237774566  阅读(19)  评论(0)    收藏  举报