<marquee>:捲動元素(已過時)
已棄用: 不推薦使用此功能。雖可能有一些瀏覽器仍然支援它,但也許已自相關的網頁標準中移除、正準備移除、或僅為了維持相容性而保留。避免使用此功能,盡可能更新現有程式;請參考頁面底部的相容性表格來下決定。請注意:本功能可能隨時停止運作。
HTML <marquee>
元素用作插入一段文字的捲動區域。你可以透過屬性,控制文字在到達邊緣後的應對動作。
DOM 介面 | HTMLMarqueeElement |
---|
屬性
behavior
-
設定文字如何在 marquee 內捲動。可用值為
scroll
、slide
、alternate
。若無指定,預設值為scroll
。 bgcolor
-
透過色彩名或十六進位值指定背景顏色。
direction
-
設定 marquee 內的捲動方向。可用值為
left
、right
、up
、down
。若無指定,預設值為left
。 height
-
設定像素或百分比高度。
hspace
-
設定橫向外邊(horizontal margin)
loop
-
設定 marquee 捲動的次數。若無指定,預設值為 -1,意思是的 marquee 將持續捲動。
scrollamount
-
以像素為單位,設定捲動的間隔量。預設值為 6。
scrolldelay
-
設定每次捲動時之間間隔的毫秒。預設值為 85。請注意,除非指定了
truespeed
,否則小於 60 的數字會被忽略,並值使用 60。 truespeed
-
scrolldelay
預設上會忽略低於 60 的值。但如果有truespeed
的話,就不會忽略此值。 vspace
-
以像素或百分比值設置垂直邊距。
width
-
設置以像素或百分比值為單位的寬度。
事件處理器
方法
示例
html
<marquee>This text will scroll from right to left</marquee>
<marquee direction="up">This text will scroll from bottom to top</marquee>
<marquee
direction="down"
width="250"
height="200"
behavior="alternate"
style="border:solid">
<marquee behavior="alternate">This text will bounce</marquee>
</marquee>
規範
Specification |
---|
HTML Standard # the-marquee-element-2 |
瀏覽器相容性
BCD tables only load in the browser