09-03
30
文字滚动代码
作者:Java伴侣 日期:2009-03-30
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="/userlog15/27409/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="/userlog15/27409/index.shtml>";雪精灵的绿色森林</a></marquee>
<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="/userlog15/27409/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="/userlog15/27409/index.shtml>";雪精灵的绿色森林</a></marquee>
评论: 0 | 引用: 0 | 查看次数: 398
发表评论