用marquee实现滚动文本的问题
为什么我用MARQUEE实现从下向上的文字滚动,我有5行文字,只是第一行滚动啊?
请各位给出高见。
问题点数:20、回复次数:4Top
1 楼zhjx_10(色子)回复于 2001-12-21 10:36:02 得分 0
<marquee behavior="1" direction="up" width="300" height="260" scrolldelay="100" scrollamount="1">
first line<br>
second line<br>
third line<br>
</marquee>Top
2 楼lbh0594()回复于 2001-12-21 10:56:16 得分 0
<marquee scrollamount=1 scrolldelay=0 direction=up behavior=loop width=530 height=200>
<p>内容</p>
</marquee>Top
3 楼ywrc(虫)回复于 2001-12-21 11:17:57 得分 0
<marquee scrollamount=1 scrolldelay=0 direction=up behavior=loop width=530 height=200>
<p>内容1</p>
<p>内容2</p>
<p>内容3</p>
<p>内容4</p>
<p>内容5</p>
</marquee> Top
4 楼anndy2001(影)回复于 2002-01-03 11:19:02 得分 20
注意使用《br》,换行时直接用空格,不要用《br》Top




