2012年9月3日啟用
名詞解釋:
移動標簽名稱:marquee
移動標簽是成對標簽:<marquee>移動內(nèi)容</b></font></marquee>
只用移動標簽,,沒有設置其他屬性內(nèi)容時,,默認從右向左移動,比如:
<marquee><font style=font:20pt color=#0000ff><b>只用移動標簽,,沒有設置其他屬性內(nèi)容時,,默認從右向左移動.</b></font></marquee>
顯示效果:
寬:width(自定義板塊寬度,,數(shù)值可設置)
高:height(自定義板塊高度,數(shù)值可設置)
移動方向:direction=
向左:left
向右:right
向上:up
向下:down
居中:align=center
排列整齊、位置:align
字體:face=
字體大?。?FONT style="FONT-FAMILY: 宋體">size= 這里的最大值為7 取值越大文字就越大
顏色代碼:color=
移動方式:behavior=
一圈一圈繞著走:scroll
只走一次:slide
左右來回:alternate
移動速度:scrollamount=(數(shù)值1-15之間,數(shù)值大速度快)
圖片網(wǎng)址:img src=
1.滾動特效(標題向上滾動)
代碼:
xh
<marquee scrollamount="2" scrolldelay="0" direction="up" width="330" height="120" border="0" align="center" >
歡迎光臨大海胸懷的小屋 地址[url]http://chenkeqin001.blog.163.com/[/url]
</marquee>
首標簽:<marquee scrollamount="2" scrolldelay="0" direction="up" width="330"
height="120" border="0" align="center" >
尾標簽:</marquee>
練習:
2.滾動特效(文字向上滾動)
代碼:
<MARQUEE style="WIDTH: 200px; HEIGHT: 266px" scrollAmount=2 direction=up
width=200 height=266 align="center"><FONT color=#ff0000 size=5>大海胸懷歡迎
朋友們光臨,您的到來會給小屋增添更多活力、精彩與歡樂,!</FONT></MARQUEE>
首標簽:
<MARQUEE style="WIDTH: 200px; HEIGHT: 266px" scrollAmount=2 direction=up
width=200 height=266 align="center"><FONT color=#ff0000 size=5>
尾標簽:
</FONT></MARQUEE>
練習:
3.滾動特效(單張圖片滾動)
首標簽:
<marquee scrollamount=4 scrolldelay=60 direction="left" width=740 height=190>
尾標簽:</MARQUEE>
表示滾動一張圖片:
<IMG src="http://image35.360doc.com/DownloadImg
/2011/09/0217/16919204_18.jpg" border=0>
縮放實際圖片尺寸:
在border=0>前面添加width=(比如150)
練習:
4.滾動特效(圖文來回滾動)
首標簽:<marquee scrollamount=8 behavior=alternate >
<CENTER>
尾標簽:</CENTER></marquee>
練習:
5.滾動特效(圖片走四方)
首標簽:
<TABLE borderColor=fff000 height=350 cellSpacing=3 cellPadding=10
bgColor=#0000ff width=450 border=3>
<TBODY>
<TR>
<TD>
<MARQUEE scrollAmount=4 direction=down behavior=alternate height=350>
<MARQUEE scrollAmount=4 behavior=alternate width=450>
尾標簽:
</B></FONT>
</MARQUEE></MARQUEE>
</TD></TR></TBODY></TABLE>
練習:
6.滾動特效(整張頁面滾動)
1)在貼子代碼文本最前行和最后行,設置移動標簽,。
2)頁面左右移動的代碼:
首標簽:
<MARQUEE scrollAmount=3 behavior=alternate width="100%">
尾標簽:
</MARQUEE>
*如果要改變移動方向,,修改移動方向屬值direction=#.
練習: