這篇文章主要介紹了詳解html中的marquee屬性的相關資料,需要的朋友可以參考下
該標籤不是HTML3.2的一部分,並且只支持MSIE3以後內核,所以如果你使用非IE內核瀏覽器(如:Netscape)可能無法看到下面一些很有意思的效果
該標籤是個容器標籤
##語法:
以下是一個最簡單的例子:
程式碼如下:
<marquee><font size=+3 color=red>Hello, World</font></marquee>
登入後複製
下面這兩個事件常用到:
onMouseOut="this.start() " :用來設定滑鼠移出該區域時繼續滾動
onMouseOver="this.stop()":用來設定滑鼠移入該區域時停止滾動
程式碼如下:
<marquee onMouseOut="this.start()" onMouseOver="this.stop()">onMouseOut="this.start()" :用来设置鼠标移出该区域时继续滚动 onMouseOver="this.stop()":用来设置鼠标移入该区域时停止滚动</marquee>
登入後複製
這是一個完整的例子:
程式碼如下:
<marquee id="affiche" align="left" behavior="scroll" bgcolor="#FF0000" direction="up" height="300" width="200" hspace="50" vspace="20" loop="-1" scrollamount="10" scrolldelay="100" onMouseOut="this.start()" onMouseOver="this.stop()">
这是一个完整的例子
</marquee>
登入後複製
該標籤支援的屬性多達11個:
align
設定