| こんな風に動く | ソース( </marquee>の手前に動かしたい文字や画像を入れる) |
| <marquee width="360" height="40" scrollamount="1" scrolldelay="80" direction="up"></marquee> | |
| <marquee width="360" height="40" scrollamount="1" scrolldelay="150" direction="up"></marquee> | |
| <marquee width="360" height="40" scrollamount="1" scrolldelay="150" direction="up" loop="2"></marquee> | |
| <marquee width="360" height="40" scrollamount="1" scrolldelay="80" direction="down"></marquee> | |
| <marquee width="360" height="40" scrollamount="1" scrolldelay="30" direction="left"></marquee> | |
| <marquee width="360" height="40" scrollamount="2" scrolldelay="30" direction="left"></marquee> | |
| <marquee width="360" height="40" scrollamount="2" scrolldelay="30" direction="right"></marquee> | |
| <marquee width="360" height="40" scrollamount="2" scrolldelay="20" direction="left" behavior="alternate"></marquee> | |
|
<marquee width="360" height="40" scrollamount="240" scrolldelay="1" direction="left" behavior="alternate"></marquee> (注意) scrollamountの数値と文字長と「 width 」をうまく合わせないと点滅には見えません。 |
|
| <marquee width="360" height="40" scrollamount="1" scrolldelay="80" direction="up" behavior="alternate"></marquee> | |
| <marquee width="360" height="40" scrollamount="1" scrolldelay="120" direction="up" behavior="slide"></marquee> |
| Copyright© 2006 JoyWave. All rights reserved. |