ソース |
ブラウザ表示 |
<marquee behavior="scroll" direction="up" height="100">下から上へ移動</marquee> |
|
<marquee behavior="scroll" direction="down" height="100">上から下へ移動</marquee> |
|
<marquee behavior="slide" loop="5" direction="left" width="100">
画像</marquee>
|
|
<marquee behavior="alternate" direction="down"
height="100">上から下の往復
</marquee>
|
|
<marquee hspace="15" vspace="15">
左右上下に15の余白</marquee>
|
|
<marquee title="スクロールしています" direction="right"
>タイトル付き</marquee>
|
|
<marquee bgcolor="blue" width="100" height="100">★★
</marquee>
|
|
<marquee scrollamount="40">画像</marquee> |
|
<marquee scrolldelay="500" direction="right" width="100"
height="100">亀さん</marquee>
|
|
<marquee scrolldelay="500" scrollamount="50"
height="100"><font color="yellow">★
</font></marquee>
|
|