一:圖片向左移動(dòng)
<marquee direction=left scrollamount="2"><img src=圖片地址> </marquee>
二:圖片向右移動(dòng)
<marquee scrollamount="2" direction=right><img src=圖片地址> </marquee>
三:圖片向上移動(dòng)
<marquee scrollamount="2" direction=up><img src=圖片地址> </marquee>
四:圖片向下移動(dòng)
<marquee scrollamount="2" direction=down><img src=圖片地址> </marquee>
七:圖片走走停停
<marquee scrolldelay=500 scrollamount=100><img src=圖片地址> </marquee>
九:圖片上下起伏 <marquee direction=left><marquee behavior=alternate direction=up height=200><img src=圖片地址></marquee></marquee> 十五:圖片中間向兩邊移動(dòng) <DIV align=center><MARQUEE width=170 scrollAmount=2><IMG src=圖片地址></MARQUEE> 十七:圖片中間往上下移動(dòng) <MARQUEE scrollAmount=2 direction=up height=100><center><IMG src="圖片地址"></MARQUEE> 十九:圖片左右搖擺上移 <MARQUEE scrollAmount=2 direction=up height=100><center><IMG src="圖片地址"></MARQUEE> 二四:圖片百葉窗移動(dòng)效果 <TABLE cellSpacing=0 cellPadding=0 width=280 align=center border=0> 二六:圖片移動(dòng)加FLASH特效 <MARQUEE scrollAmount=3 directio=down> 二八:圖片夢(mèng)幻效果移動(dòng) <MARQUEE scrollAmount=2><IMG style="FILTER: Alpha(opacity=100,finishOpacity=0,style=2); WIDTH: 200px; HEIGHT: 150px" src="圖片地址"></MARQUEE>
二九:多圖橫向移動(dòng) <MARQUEE scrollAmount=3><A href="鏈接地址1" target=_blank><IMG src="圖片地址1" height=150></A> <A href="鏈接地址2" target=_blank><IMG src="圖片地址2" height=150></A> <A href="鏈接地址3" target=_blank><IMG src="圖片地址3" height=150></A> <A href="鏈接地址4" target=_blank><IMG src="圖片地址4" height=150></A></MARQUEE> |
|
來(lái)自: 蓬萊隱士 > 《學(xué)習(xí)園地》