·
网页特效集锦
·
网页工具库
背景按钮
导航特效
图片特效
文本特效
时间特效
状态特效
另类特效
网页制作
网站首页
< 后退
|
收藏网页特效集锦
推荐网页特效
购物网站的导航效果,推荐!
向上下左右滚动图片的特效
超级变态广告代码
设为首页
加入收藏夹
防止选择和复制
新浪博客的提示窗口,推荐!
推荐网页工具
在线html编辑器
在线CSS编辑器
滚动条颜色生成器
弹出窗口生成器
网页加密解密工具
汉字转换成拼音工具
文本繁简体转换工具
您的位置:
网页特效集锦
>>
网页文本特效
>> 在Textarea中滚动的字幕
查看此特效演示
在Textarea中滚动的字幕
把如下代码复制到<head>与</head>之间
<SCRIPT LANGUAGE="JavaScript"> <!-- Begin function selectScroller(n) { optlist = document.scrollform.scroller; optlist[optlist.length] = new Option(optlist[0].text, "", false, false); optlist[0] = null; optlist.selectedIndex = -1; n = (n + 1) % optlist.length; // change the speed below: 1000 = 1 second. setTimeout("selectScroller("+n+")",2000); } // End --> </script>
把如下代码复制到<body>与</body>之间
<form name="scrollform"> <select name="scroller" size=8> <option>This select option list will <option>scroll text by copying <option>the top line to the bottom <option>line before deleting the <option>top line. This moves the <option>options up one line and <option>gives the impression of <option>scrolling. <option> <option>You can leave as many <option>blank lines as you feel <option>necessary to give the <option>look of begining and <option>ending. <option> <option>This script was written <option>in response to those <option>who wanted a news <option>scroller to work within <option>a table's cell and for <option>those who want old <option>browsers to also see <option>a scoller on the page. <option> <option>This select option list will <option>scroll text by copying <option>the top line to the bottom <option>line before deleting the <option>top line. This moves the <option>options up one line and <option>gives the impression of <option>scrolling. <option> <option>You can leave as many <option>blank lines as you feel <option>necessary to give the <option>look of begining and <option>ending. <option> <option>This script was written <option>in response to those <option>who wanted a news <option>scroller to work within <option>a table's cell and for <option>those who want old <option>browsers to also see <option>a scoller on the page. <option> <option>yobo42@hotmail.com </select> </form>
修改<body>标签为
使用说明:<body></body>代码部分为Textarea文字输入框中的内容,可以自行更改。
上一个特效:
变幻多彩的文字公告牌
返回列表
下一个特效:
太酷了!模仿3D的消息
关于我们
|
联系本站
|
免责声明
|
版权声明
|
网站地图
|
友情链接
|
域名注册
|
网站空间
Copyright © 2003~2008
www.xinnew.com
.All Rights Reserved.