色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

如何在DW中設置滾動字幕?

夏志豪2年前16瀏覽0評論

簡單的滾動就是是marquee滾動,可以用direction屬性控制滾動方向,有四個值可以選擇,分別是left, right, up, down第二種方法就是加代碼幾排文字向上滾動 <MARQUEE direction=up onmouseout=start(); onmouseover=stop(); scrollAmount=1 scrollDelay=15 width=160 height="100px">插入的文字</MARQUEE>在輸入文字時,如要它一行一行的出還要在每段文字的后面加上<br> .一些其他代碼:<marquee direction=left>從右向左移!</marquee><p> <marquee direction=right>從左向右移!</marquee><p> <marquee behavior=scroll>一圈一圈繞著走!</marquee><p> <marquee behavior=slide>只走一次就歇了!</marquee><p> <marquee behavior=alternate>來回走!</marquee><p> <marquee loop=3 width=50% behavior=scroll>只走 3 趟</marquee><p> <marquee loop=3 width=50% behavior=slide>只走 3 趟!</marquee><p> <marquee loop=3 width=50% behavior=alternate>只走 3 趟!</marquee><p> <marquee scrollamount=20>走得好快喲!</marquee> 文字滾動代碼 (從右向左滾動)<marquee width="157" height="21">要滾動的文字</marquee>文字滾動代碼 (從下往上滾動)<marquee bgcolor=#ffffff class=p4 direction=up height=60 scrollamount=1 scrolldelay=50 width=157 text-align: left? border="0" ;>要滾動的文字</marquee>