查看完整版本: 滚动字幕

aipang14 2006-4-30 14:56

滚动字幕

1.向左滚动代码:

<marquee scrollAmount=2 width=300>你想滚动什么</marquee>

    2.图片滚动代码:

<marquee scrollAmount=2 width=300><IMG src="http://yuyuflower.52blog.net/user1/22713/upload/20058308120.gif" border=0></marquee>
    3.滚动字幕连接代码:

<marquee scrollAmount=2 width=300><a href=http://yingling21.52blog.net/user1/26852/index.shtml>消失部落</a></marquee>
点击消失部落就可以进入了
      4.鼠标停留在文字上,文字停止滚动

<marquee scrollAmount=2 width=300 onmouseover=stop() onmouseout=start()>文字内容</marquee>
    5.多行文本向上滚动:

<marquee scrollAmount=2 width=300 height=160 direction=up>我不在乎有满身的伤口<br>在乎的只是你一句话<br>为什么你都不能回答我呢?<p>·<a href=http://yingling21.52blog.net/user1/26852/index.shtml>消失部落</a></marquee>
页: [1]
查看完整版本: 滚动字幕