码迷,mamicode.com
首页 > 其他好文 > 详细

第十一天

时间:2016-11-26 02:38:58      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:span   cti   分享   lis   code   ima   head   direct   images   

今天主要学习了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>

 

技术分享

第十一天

标签:span   cti   分享   lis   code   ima   head   direct   images   

原文地址:http://www.cnblogs.com/bennykiss/p/6103309.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!