文字・画像スクロールのサンプル
<marquee>のサンプル
<marquee>タグのサンプルです。
Internet Exp.以外のブラウザでは、対応していないオプションもあります。
★ 使用例とブラウザでの表示
(スクロールサンプル)
◆
基本設定
使 用 例
ブラウザの表示
<marquee>
オプションなし
</marquee>
オプションなし
<marquee
bgColor=
khaki
>
背景色を指定
</marquee>
背景色を指定
<marquee
bgColor=pink width=
50%
>
スクロール
幅は半分です
</marquee>
スクロール幅は半分です
<marquee
bgColor=plum vSpace=
10
hSpace=
20
>
上下:10、左右:20 の余白を指定
</marquee>
上下:10、左右:20 の余白を指定
<marquee
behavior=
alternate
>
左右の移動を繰り返す
</marquee>
左右の移動を繰り返す
<marquee
direction=
right
>
左から右に移動
</marquee>
左から右に移動
<marquee
height=
45
direction=
down
>
上から下に移動
</marquee>
上から下に移動
(スクロールサンプル)
◆
入れ子にした場合
使 用 例
ブラウザの表示
<marquee
direction=
down
behavior=
alternate
height=
100
bgColor=
khaki
>
@<img src="../acc/prv/ballRed.gif">
</marquee>
<marquee
behavior=
alternate
bgColor=
pink
>
A<img src="../acc/prv/ballBlue.gif">
</marquee>
@
A
↓ @とAを入れ子に設定
<marquee
direction=
down
behavior=
alternate
height=
100
bgColor=
bisque
>
<marquee
behavior=
alternate
>
B<img src="../acc/prv/ballBlue.gif">
</marquee>
</marquee>
B
(スクロールサンプル)
◆
移動速度
使 用 例
ブラウザの表示
<marquee
scrolldelay=
85
scrollamount=
6
>
標準の速度
</marquee>
標準の速度
<marquee
scrolldelay=
50
scrollamount=
10
truespeed
>
かなり速く移動
</marquee>
かなり速く移動
<marquee
scrolldelay=
150
scrollamount=
3
>
かなり遅く移動
</marquee>
かなり遅く移動
<marquee
scrolldelay=
50
scrollamount=
1
truespeed
>
なめらかに移動
</marquee>
なめらかに移動
Page Top
へ
文字・画像スクロール
のページへ
へ
Site Information