zoukankan      html  css  js  c++  java
  • HTML文字横向滚动

    <!DOCTYPE html>
    <html>
    <head>
        <title></title>
    </head>
    <body>
    <div>
    <marquee width="100%" height="64px" direction="left" scrollamount="3"
              onmouseover="this.stop()" onmouseout="this.start()">
             <span style="color: #aaffaa;line-height: 50px;font-size: 50px;"> test1</span>&nbsp;&nbsp;&nbsp;
           <span style="color: #aaffaa;line-height: 50px;font-size: 50px;"> test2</span>&nbsp;&nbsp;&nbsp;
            <span style="color: #aaffaa;line-height: 50px;font-size: 50px;"> test3</span>&nbsp;&nbsp;&nbsp;
            <span style="color: #aaffaa;line-height: 50px;font-size: 50px;"> test4</span>&nbsp;&nbsp;&nbsp;
        </marquee>
          </div>
    </body>
    </html>

  • 相关阅读:
    怎么说???
    再给自己一点鼓励
    还是不要看新闻的好
    系统架构师
    朋友
    未来的路
    I now have a dream
    纪念死去的手机
    全局规划
    终于要上战场了!
  • 原文地址:https://www.cnblogs.com/super-admin/p/5427203.html
Copyright © 2011-2022 走看看