喜欢的希望支持下,本效果只有在QQ空间日志才有效果。
<marquee scrollamount=8> 很快滚动 </marquee>
<marquee scrollamount=1> 文字很慢滚 </marquee>
<marquee onmouseover=this.stop() onmouseout=this.start() > 鼠标放上去停止滚动,移开继续滚动 </marquee>
<marquee direction=left scrollamount=3> 文字向左滚 </marquee>
<marquee direction=right scrollamount=3>文字向右滚 </marquee>
<marquee direction=up scrollamount=3> 文字向上滚 </marquee>
<marquee direction=down scrollamount=3>文字向下滚 </marquee>
<marquee scrollamount=3 behavior=alternate>文字来回滚</marquee>
<marquee scrolldelay=500 scrollamount=100>走一步停一停</marquee>
要是想在评论里 让字滚动 也输入上面的代码在 评论里 就好了
您可以自己选择自己喜欢的滚动方式