隔壁外卖

第十一天

今天主要学习了marquee方法的滚动。

po上个人比较满意的作品。

    <style type="text/css">
        ul{text-align:center;
            list-style-type:none;
            margin:0px;
            padding:0px;
        marquee{text-align:center;
            list-style-type:none;
            margin:0px;
            padding:0px;
        }
        div{
            text-align:center;    
            border:1px solid red;
        }
    </style>
    <script type="text/javascript"></script>
</head>
<body>
    <div>

        <marquee direction="up" width="300" height="200" bgColor="red" scrollAmount="10" >
        <ul>
            <li><h2>我的心</h2>    </li>
            <li><h2>跟着我</h2>    </li>
        </ul>
        </marquee>


        <marquee direction="up" width="300" height="200" bgColor="red" scrollAmount="10" >
        <ul>
            <li><h2>你的心</h2>    </li>
            <li><h2>一起走</h2>    </li>
        </ul>
        </marquee>
    </div>

 

posted on 2016-11-25 23:16  隔壁外卖  阅读(159)  评论(1编辑  收藏  举报

导航