zoukankan      html  css  js  c++  java
  • 图片移动特效

    一、向左移动
    <marquee><img src=http://myok.blogchina.com/inc/myoklogo.gif><br>从右向左移动</marquee>

    二、向右移动
    <marquee direction=right><img src=http://myok.blogchina.com/inc/myoklogo.gif width=90

    height=30><br><font color=0000ff size=3 face=宋体><b>从左向右移动</b></font></marquee>

    三、向上移动
    <marquee direction=up onmouseover=this.stop() scrollamount=5 onmouseout=this.start()><center><img

    src=http://myok.blogchina.com/inc/myoklogo.gif width=90 height=30></center></marquee>

    四、向下移动
    <marquee direction=down scrollamount=5><center><font color=0000ff size=5 face=华文行楷><b>向下移

    动</b></font><br><img src=http://myok.blogchina.com/inc/myoklogo.gif width=90

    height=30></marquee>

    五、来回移动
    <marquee width=100% behavior=alternate scrollamount=10><img

    src=http://myok.blogchina.com/inc/myoklogo.gif width=90 height=30><br><font color=0000ff size=5

    face=华文行楷><b>来回移动</b></font></marquee>

    六、上下起伏
    <marquee direction=left><marquee behavior=alternate direction=up height=100><img

    src=http://myok.blogchina.com/inc/myoklogo.gif><img

    src=http://myok.blogchina.com/inc/myoklogo.gif><font color=0000ff size=3 face=华文行楷

    ></b></font></marquee></marquee>

    八、中间向两边移动:
    <center><br><marquee width=220 height=50><img src=http://myok.blogchina.com/inc/myoklogo.gif

    width=90 height=30><font face=华文彩云 color=#0000ff size=5><br>中间向两边移动

    </font></marquee><marquee direction=right width=220 height=50><img

    src=http://myok.blogchina.com/inc/myoklogo.gif width=90 height=30><font face=华文彩云

    color=#0000ff size=5><br>中间向两边移动<br></marquee></font></center>

    九、中间上下移动:
    <marquee direction=up onmouseover=this.stop() scrollamount=3 onmouseout=this.start><center><img src=http://myok.blogchina.com/inc/myoklogo.gif width=90></marquee></center><marquee direction=down scrollamount=3><center><div style="400;filter:flipv;"><img src="http://myok.blogchina.com/inc/myoklogo.gif" width=90></div></center></marquee>

  • 相关阅读:
    RuntimeError: cryptography is required for sha256_password or caching_sha2_p
    Django-C003-视图
    MySQL 实时监控日志
    ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061) : 第一次设置MySQL也适用
    Django-C002-深入模型,到底有多深
    ubuntu16.04下安装&配置anaconda+tensorflow新手教程
    人脸算法系列:MTCNN人脸检测详解
    YOLO系列:YOLOv1,YOLOv2,YOLOv3,YOLOv4,YOLOv5简介
    python __getitem__()方法理解
    启动scala的方法
  • 原文地址:https://www.cnblogs.com/jcomet/p/1242828.html
Copyright © 2011-2022 走看看