打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
文字图片移动特效
一、右向左移动
1、<marquee><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif width=200 height=150><br><font color=0000ff size=5 face=华文行楷><b>我从右向左移</b></font></marquee>
上述语法显示如下:
我从右向左移
2、<marquee><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif width=200 height=150><br><font color=0000ff size=4 face=华文行楷><b>我从右向左转</b></font></marquee>
上述语法显示如下:
我从右向左转
二、左向右移动
1、<marquee direction=right><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif width=200 height=150><br><font color=0000ff size=5 face=华文行楷><b>移右向左从我</b></font></marquee>
上述语法显示如下:
移右向左从我
2、<marquee direction=right><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif ><br><font color=0000ff size=3 face=华文行楷><b>走右向左从我</b></font></marquee>
上述语法显示如下:
走右向左从我
3、<marquee direction=right><font color=0000ff size=4 face=华文行楷><b>虫年千有边右说听</b></font><br><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif ></marquee>
上述语法显示如下:
虫年千有边右说听
三、下向上移动,scrollamount=5 是向上移动速度,可以调整,一般设置在1至5的范围内比较好
1、<marquee direction=up onmouseover=this.stop() scrollamount=5 onmouseout=this.start()><center><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif width=300 height=200><br><font color=0000ff size=5 face=华文行楷><b>我从下向上移</b></font></center></marquee>
上述语法显示如下:
我从下向上移
2、<marquee direction=up onmouseover=this.stop() scrollamount=3 onmouseout=this.start()><center><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif ><br><font color=0000ff size=4 face=华文行楷><b>我在上楼耶</b></font></center></marquee>
上述语法显示如下:
我在上楼耶
四、上向下移动, scrollamount=5 是移动速度,可以调整,一般设置在1至5的范围内比较好
1、<marquee direction=down scrollamount=5><center><font color=0000ff size=5 face=华文行楷><b>我从上向下移</b></font><br><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif width=300 height=200></marquee>
上述语法显示如下:
我从上向下移
2、<marquee direction=down scrollamount=8><center><font color=0000ff size=3 face=华文行楷><b>我下楼很快耶</b></font><br><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif ></marquee>
上述语法显示如下:
我下楼很快耶
五、来回移动, scrollamount=10 是移动速度,可以调整,一般设置在1至5的范围内比较好
1、<marquee width=100% behavior=alternate scrollamount=10><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif width=200 height=150><br><font color=0000ff size=5 face=华文行楷><b>我来回的移动</b></font></marquee>
上述语法显示如下:
我来回的移动
2、<marquee width=100% behavior=alternate scrollamount=10><img src=http://www.616bbs.com/UploadFile/200410151441165953.jpg><br><font color=0000ff size=3 face=华文行楷><b>我来回走耶</b></font></marquee>
上述语法显示如下:
我来回走耶
六、右向左上下起伏飞翔,height=100 是上下起伏飞翔幅度,可以调整,区分图片大小,一般设置在50至150的范围内比较好
<marquee direction=left><marquee behavior=alternate direction=up height=100><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.giff ><font color=0000ff size=3 face=华文行楷>我在追“心”</b></font></marquee></marquee>
上述语法显示如下:
我在追“心”
七、左向右上下起伏飞翔, height=200 是上下起伏飞翔幅度,可以调整,区分图片大小,一般设置在50至150的范围内比较好
<marquee direction=right><marquee behavior=alternate direction=up height=200><font color=0000ff size=4 face=华文行楷><b>!去回快</b></font><br><img src=http://www.tongtu.net/image/3/simeng/coolad.gif><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif ><img src=http://bbs.000562.com/attachments/iv6m_0050.gif></marquee><br></marquee>
上述语法显示如下:
!去回快
八、中间向两边移动语法:
<center><br><marquee width=220 height=50><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif width=200 height=150><font face=华文彩云 color=#0000ff size=5><br>中间向两边移</font></marquee><marquee direction=right width=220 height=50><img src=http://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif width=200 height=150><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://image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif width=650></marquee></center><marquee direction=down scrollamount=3><center><div style="width:400;filter:flipv;"><img src="//image4.360doc.com/DownloadImg/2009/4/29/139141_3314363_1.gif" width=650></div></center></marquee>
上述语法显示如下:
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
【转载】【原创】图片移动代码集锦
如何让文章贴图动起来(音画教程)
清明上河图代码
【自制相册】滚动相册制作--夕阳无限美
红尘精灵祝福移动文字代码
滚动.透明.对开图
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服