韩国漫画感染者贴吧:谁能告诉我用Dreamvear做网页怎样才能在屏幕上出现滚动字幕?

来源:百度文库 编辑:中科新闻网 时间:2024/04/29 21:21:05
就是从下往上一行一行的出字拉

使用marquee标签:
<marquee direction="down" scrollamount="1">滚动的文字</marquee>

direction是滚动的方向
scrollamount是速度

可以用代码做,切换的代码视图以后
例如:
<marquee direction=up TrueSpeed scrollAmount=1
scrollDelay=80 height=300
width=450 border="0">
<br>“要输入的字”
</marquee>