【圖片移動跟我學(xué)】原創(chuàng)
╠博客學(xué)堂╣ 2007-12-02 14:35:30 閱讀1421 評論 字號:大中小
|
|
|

☆從左向右移☆
|
↓復(fù)制框內(nèi)語法↓ 【Q學(xué)堂】
|
| <marquee direction=right><img src=圖片地址 width=50 height =60></marquee>
|
☆從右向左移☆
|
↓復(fù)制框內(nèi)語法↓ 【Q學(xué)堂】
|
| <marquee><img src=圖片地址 width=50 height=60></marquee>
|
☆向上移動☆
|
↓復(fù)制框內(nèi)語法↓ 【Q學(xué)堂】
|
| <marquee direction=up onmouseover=this.stop() scrollamount=3 onmouseout=this.start()><center><img src=圖片地址 width=50 height=60></center></marquee>
|
☆向下移動☆
|
↓復(fù)制框內(nèi)語法↓ 【Q學(xué)堂】
|
| <marquee direction=down scrollamount=3><center><img src=圖片地址 width=50 height=60></marquee>
|
☆來回移動☆
|
↓復(fù)制框內(nèi)語法↓ 【Q學(xué)堂】
|
| <marquee width=100% behavior=alternate scrollamount=5 ><img src=圖片地址 width=50 height=60></marquee>
|
☆上下起伏☆
|
↓復(fù)制框內(nèi)語法↓ 【Q學(xué)堂】
|
| <marquee direction=left><marquee behavior=alternate direction=up height=100><img src=圖片1width=50 height=60><img src=圖片2width=50 height=60></marquee></marquee>
|
☆中間向兩邊☆
 中間向兩邊
 中間向兩邊
|
↓復(fù)制框內(nèi)語法↓ 【Q學(xué)堂】
|
| <center><marquee width=270 height=60><img src=圖片1 width=50 height=60></marquee><marquee direction=right width=270 height=60><img src=圖片2 width=50 height=60></marquee></center>
|
☆中間往上下☆
中間往上下
 中間往上下
|
↓復(fù)制框內(nèi)語法↓ 【Q學(xué)堂】
|
| <marquee direction=up onmouseover=this.stop() scrollamount=3 onmouseout=this.start><center><img src=圖片1 width=50 height=60></marquee></center><marquee direction=down scrollamount=3><center><div style="filter:flipv;"><img src=圖片2 width=50 height=60></div></center></marquee>
|
☆整排來回移☆
|
↓復(fù)制框內(nèi)語法↓ 【Q學(xué)堂】
|
| <MARQUEE scrollAmount=3 scrollDelay=30 behavior=alternate width="100%" height=128><IMG height=128 src=圖片1 width=128 border="0"></A><A><IMG height=128 src=圖片2 width=128 border=0></A> <A><IMG height=128 src=圖片3 width=128 border=0></A> <A><IMG height=128 src=圖片4 width=128 border=0></A> <A><IMG height=128 src="圖片5 width=128 border=0></A> <A><IMG height=128 src=圖片6 width=128 border=0></A> <A><IMG height=128 src=圖片7 width=128 border=0></A> <A><IMG height=128 src=圖片8 width=128 border=0></A> <IMG height=128 src=圖片9 width=128 border=0></A></MARQUEE>
|
代碼說明: 紅色部分為圖片地址 紫色部分為圖片大小 綠色為移動方向 白色部分為移動范圍 黃色部分為移動速度 多圖片移動應(yīng)選擇圖片大小一樣,效果會比較好 |
<P%20STYLE=" TEXT-INDENT: 2em?> |
|
|
|