Web滚动字幕(MARQUEE示例)
生活随笔
收集整理的這篇文章主要介紹了
Web滚动字幕(MARQUEE示例)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在webform上實現走馬燈效果前臺:<MARQUEE.stop().start() scrollamount=1 scrolldelay=1 direction= left border="1" style="width: 31%; height: 16px;"><%=Structure%></MARQUEE>后臺:public string Structure = "";
調用時對Structure即可動態實現前臺:<asp:Label runat="server" Text="Label"></asp:Label></div>后臺:Label1.Text += "<marquee.stop().start() scrollamount=1 scrolldelay=15 direction= right >";
for (int i = 0; i < dv.Table.Rows.Count; i++){Label1.Text += string.Format("<a href=\"{0}\">{1}</a> " + " ", "Default2.aspx?id=" + dv.Table.Rows[i][0].ToString(), dv.Table.Rows[i][3].ToString());
}
Label1.Text += "</marquee>";Marquee基本語法
<marquee> ... </marquee>
移動屬性的設置 ,這種移動不僅僅局限于文字,也可以應用于圖片,表格等等方向
<direction=#> #=left, right ,up ,down <marquee direction=left>從右向左移!</marquee>方式
<bihavior=#> #=scroll, slide, alternate <marquee behavior=scroll>一圈一圈繞著走!</marquee>
<marquee behavior=slide>只走一次就歇了!</marquee>
<marquee behavior=alternate>來回走</marquee>循環
<loop=#> #=次數;若未指定則循環不止(infinite) <marquee loop=3 width=50% behavior=scroll>只走 3 趟</marquee> <P>
<marquee loop=3 width=50% behavior=slide>只走 3 趟</marquee>
<marquee loop=3 width=50% behavior=alternate>只走 3 趟!</marquee>速度
<scrollamount=#> <marquee scrollamount=20>啦啦啦,我走得好快喲!</marquee>延時
<scrolldelay=#> <marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee>外觀(Layout)設置對齊方式(Align)
<align=#> #=top, middle, bottom <font size=6>
<marquee align=# width=400>啦啦啦,我會移動耶!</marquee>
</font>底色
<bgcolor=#> #=rrggbb 16 進制數碼,或者是下列預定義色彩:
Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,
Fuchsia, White, Green, Purple, Silver, Yellow, Aqua <marquee bgcolor=aaaaee>顏色!</marquee>面積
<height=# width=#> <marquee height=40 width=50% bgcolor=aaeeaa>面積!</marquee>空白
(Margins)<hspace=# vspace=#>
<marquee hspace=20 vspace=20 width=150 bgcolor=ffaaaa align=middle>面積!</marquee>方向
<direction=#> #=left, right ,up ,down <marquee direction=left>從右向左移!</marquee>方式
<bihavior=#> #=scroll, slide, alternate <marquee behavior=scroll>一圈一圈繞著走!</marquee>
<marquee behavior=slide>只走一次就歇了!</marquee>
<marquee behavior=alternate>來回走</marquee>循環
<loop=#> #=次數;若未指定則循環不止(infinite) <marquee loop=3 width=50% behavior=scroll>只走 3 趟</marquee> <P>
<marquee loop=3 width=50% behavior=slide>只走 3 趟</marquee>
<marquee loop=3 width=50% behavior=alternate>只走 3 趟!</marquee>速度
<scrollamount=#> <marquee scrollamount=20>啦啦啦,我走得好快喲!</marquee>延時
<scrolldelay=#> <marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee>外觀(Layout)設置對齊方式(Align)
<align=#> #=top, middle, bottom <font size=6>
<marquee align=# width=400>啦啦啦,我會移動耶!</marquee>
</font>底色
<bgcolor=#> #=rrggbb 16 進制數碼,或者是下列預定義色彩:
Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,
Fuchsia, White, Green, Purple, Silver, Yellow, Aqua <marquee bgcolor=aaaaee>顏色!</marquee>
總結
以上是生活随笔為你收集整理的Web滚动字幕(MARQUEE示例)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python/appium实现华为应用商
- 下一篇: 破窗效应管教孩子