热度 16|
滚动文字(Marquee)
基本代码 |
代码: <marquee>默认从右向左循环移动 |
---|---|
属性设置--方向 #=left, right up,down |
代码: <marquee direction="left">设置从右向左移动 |
代码: <marquee direction="right">设置从左向右移动 |
|
代码: <marquee direction="up">设置从下向上移动 |
|
代码: <marquee direction="down">设置从上向下移动 |
|
属性设置--方式 #=scroll, slide, alternate |
代码: <marquee behavior="scroll">设置循环移动(一圈一圈绕着走) |
代码: <marquee behavior="slide">设置移动一次(只走一次就歇了)> |
|
代码: <marquee behavior="alternate">设置来回移动(来了又去,去了又来) |
|
属性设置--循环 若未指定则循环不止 |
代码: <marquee behavior="scroll" loop="5">设置循环移动(加了loop=5,走五次就拜拜了) |
代码: <marquee behavior="slide" loop="5">设置移动一次(加了loop=5,听它的走五次再歇吧)> |
|
代码: <marquee behavior="alternate" loop="10">设置来回移动(加了loop=10只能来五,去五啦) |
|
属性设置--速度 数值越大移动速度越快 |
代码: <marquee scrollamount="20">速度=20,走得好快哟! |
属性设置--延时 数值越大延时越长 |
代码: <marquee scrollamount="50" scrolldelay="1000">速度50,延时1000 走一步停一停 |
外观设置--底色 |
代码1<marquee bgcolor="#aaaaee">文字-16进制数码aaaaee 代码2<marquee bgcolor="olive">文字-Olive的颜色 |
外观设置--面积 #=像素(px)或"百分数" |
代码: <marquee bgcolor="#aaeeaa" height="40" width="50%">高度40像素,宽度此框的50% |
外观设置--空白 #=像素(px) |
代码: <marquee bgcolor="#ffaaaa" hspace="60" vspace="20">左右(hspace)空60 上下(vspace)空20 |
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.