Marquee Effect (文字)
August 11, 2013
11 August 2013
WRITTEN BY CECELIA
1. Layout - HTML/Javascript。
2. 把以下的code拷贝进去。
类型A : 字往左右移动
<marquee behavior="scroll" direction="left / right" width="185px">摆放字眼</marquee>
类型B:字往上下移动
<marquee behavior="scroll" direction="up / down" width="85px">摆放字眼</marquee>
解释
深紫色:Marquee的移动方向 (left / right / up / down)
橙色:你想要写的文字
类型B:字往上下移动
<marquee behavior="scroll" direction="up / down" width="85px">摆放字眼</marquee>
解释
深紫色:Marquee的移动方向 (left / right / up / down)
橙色:你想要写的文字
NEU
ALT