适合做公告板的代码收集
程序员文章站
2023-11-22 11:13:46
1. 每条文字信息循环显示,
以下代码加入区域
#oneliners {
background-color:#00c;
color:#fd...
1. 每条文字信息循环显示,
[ctrl+a 全选 注:如需引入外部js需刷新才能执行]
2.逐行显示文字,转换过程中带有渐隐渐显效果
[ctrl+a 全选 注:如需引入外部js需刷新才能执行]
3.每条新闻信息以打字的方式轮流出现
[ctrl+a 全选 注:如需引入外部js需刷新才能执行]
4.滚轴式向上滚动文字,每次只显示一行
' +'' +''); marqueesheight=21; stopscroll=false; toptable.scrolltop=0; with(toptable){ style.width=0; style.height=marqueesheight; style.overflowx="visible"; style.overflowy="hidden"; nowrap=true; onmouseover=new function("stopscroll=true"); onmouseout=new function("stopscroll=false"); } pretop=0; currenttop=21; stoptime=0; toptable.innerhtml+=toptable.innerhtml; function init_srolltext(){ toptable.scrolltop=0; setinterval("scrollup()",40); }init_srolltext(); function scrollup(){ if(stopscroll==true) return; currenttop+=1; if(currenttop==22) { stoptime+=1; currenttop-=1; if(stoptime==80) { currenttop=0; stoptime=0; } } else { pretop=toptable.scrolltop; toptable.scrolltop+=1; if(pretop==toptable.scrolltop){ toptable.scrolltop=42; toptable.scrolltop+=1; } } }
[ctrl+a 全选 注:如需引入外部js需刷新才能执行]
[ctrl+a 全选 注:如需引入外部js需刷新才能执行]
2.逐行显示文字,转换过程中带有渐隐渐显效果
[ctrl+a 全选 注:如需引入外部js需刷新才能执行]
3.每条新闻信息以打字的方式轮流出现
[ctrl+a 全选 注:如需引入外部js需刷新才能执行]
4.滚轴式向上滚动文字,每次只显示一行
' +'' +''); marqueesheight=21; stopscroll=false; toptable.scrolltop=0; with(toptable){ style.width=0; style.height=marqueesheight; style.overflowx="visible"; style.overflowy="hidden"; nowrap=true; onmouseover=new function("stopscroll=true"); onmouseout=new function("stopscroll=false"); } pretop=0; currenttop=21; stoptime=0; toptable.innerhtml+=toptable.innerhtml; function init_srolltext(){ toptable.scrolltop=0; setinterval("scrollup()",40); }init_srolltext(); function scrollup(){ if(stopscroll==true) return; currenttop+=1; if(currenttop==22) { stoptime+=1; currenttop-=1; if(stoptime==80) { currenttop=0; stoptime=0; } } else { pretop=toptable.scrolltop; toptable.scrolltop+=1; if(pretop==toptable.scrolltop){ toptable.scrolltop=42; toptable.scrolltop+=1; } } }
[ctrl+a 全选 注:如需引入外部js需刷新才能执行]
上一篇: iOS APP签名机制原理详解