网页右上角文字定时滚动显示特效,当用户的鼠标经过时暂停滚动,已经写成全js代码,直接粘贴即可使用。
<a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <script type="text/javascript"> document.writeln('<div style="width:330px; margin-top:12px; display:inline; float:right; height:22px;overflow:hidden; vertical-align:bottom;">'); document.writeln('<div id="wwwwumingren" style="white-space:nowrap;" onmouseover="javascript:isMove=false" onmouseout="javascript:isMove=true">'); document.writeln('业精于勤,荒于嬉,行成于思,毁于随<br>'); document.writeln('学而不思则罔,思而不学则殆<br>'); document.writeln('读书有三到,谓心到,眼到,口到<br>'); document.writeln('学而不思则罔,思而不学则殆<br>'); document.writeln('鸟欲高飞先振翅,人求上进先读书<br>'); document.writeln('书到用时方恨少,事非经过不知难<br>'); document.writeln('玉不啄,不成器;人不学,不知道<br>'); document.writeln('读书之法,在循序而渐进,熟读而精思<br>'); document.writeln('少壮不努力,老大徒伤悲<br>'); document.writeln('有知识不会运用,如同耕耘而不播种<br>'); document.writeln('学如逆水行舟,不进则退<br>'); document.writeln('世上无难事,只要肯登攀<br>'); document.writeln('书山有路勤为径,学海无涯苦作舟<br>'); document.writeln('温故而知新,可以为师矣<br>'); document.writeln('不积跬步,无以至千里<br>'); document.writeln('明日复明日,明日何其多<br>'); document.writeln('只要功夫深,铁杵磨成针<br>'); document.writeln('读书破万卷,下笔如有神<br>'); document.writeln('知之者不如好之者,好之者不如乐之者<br>'); document.writeln('</div>'); document.writeln('</div>'); document.writeln('<script>'); document.writeln('var tID;'); document.writeln('var tn;'); document.writeln('var nStopTime=3000'); document.writeln('var nSpeed=50'); document.writeln('var isMove=true;'); document.writeln('var nHeight=20;'); document.writeln('var nS=0'); document.writeln('var nNewsCount=0'); document.writeln('function move_wwwwumingren(n)'); document.writeln('{'); document.writeln(' clearTimeout(tID)'); document.writeln(' var wwwwumingren= document.getElementById("wwwwumingren")'); document.writeln(' if(n)'); document.writeln(' {'); document.writeln(' wwwwumingren.style.lineHeight=nHeight+"px";'); document.writeln(' var theText=wwwwumingren.innerHTML.toLowerCase();'); document.writeln(' nNewsCount=theText.split("<br>").length'); document.writeln(' wwwwumingren.innerHTML+="<br>"+wwwwumingren.innerHTML;'); document.writeln(' tn=nHeight;'); document.writeln(' }'); document.writeln(' nS=nSpeed;'); document.writeln(' if(isMove)'); document.writeln(' {'); document.writeln(' wwwwumingren.style.marginTop=tn+"px";'); document.writeln(' if((tn-2)%nHeight==0)'); document.writeln(' {'); document.writeln(' nS=nSpeed+nStopTime;'); document.writeln(' }'); document.writeln(''); document.writeln(' tn--;'); document.writeln(' if(Math.abs(tn)==(nNewsCount*nHeight*2-nHeight))'); document.writeln(' tn=(nNewsCount-1)*nHeight*-1;'); document.writeln(' }'); document.writeln(''); document.writeln(' tID=setTimeout("move_wwwwumingren()",nS);'); document.writeln('}'); document.writeln('move_wwwwumingren(1);'); document.writeln('<\/script>'); //武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) </script>
本文来自武鸣人网站,转载请注明出处