最新更新 sitemap 网站制作设计本站搜索
网页设计
国外网站 韩国网站 个人主页 手提袋设计 CSS 网页特效 平面设计 网站设计 Flash CMS技巧 服装网站 php教程 photoshop 画册 服务器选用 数据库 Office
虚拟主机 域名注册 云主机 网页设计 客服QQ:8208442
当前位置:首页 > 网页JS特效 > 文本特效类

文字颜色渐变脚本

日期:04-23    来源:中国设计秀    作者:cnwebshow.com

脚本说明:

把如下代码加入<body>区域中oLd中国设计秀

<script language="JavaScript">oLd中国设计秀

 oLd中国设计秀

<!-- HideoLd中国设计秀

 oLd中国设计秀

 oLd中国设计秀

 oLd中国设计秀

function MakeArray(n){oLd中国设计秀

 oLd中国设计秀

   this.length=n;oLd中国设计秀

 oLd中国设计秀

   for(var i=1; i<=n; i++) this[i]=i-1;oLd中国设计秀

 oLd中国设计秀

   return thisoLd中国设计秀

 oLd中国设计秀

}oLd中国设计秀

 oLd中国设计秀

 oLd中国设计秀

 oLd中国设计秀

hex=new MakeArray(16);oLd中国设计秀

 oLd中国设计秀

hex[11]="A"; hex[12]="B"; hex[13]="C"; hex[14]="D"; hex[15]="E"; hex[16]="F";oLd中国设计秀

 oLd中国设计秀

 oLd中国设计秀

 oLd中国设计秀

function ToHex(x){oLd中国设计秀

 oLd中国设计秀

   var high=x/16;oLd中国设计秀

 oLd中国设计秀

   var s=high+"";oLd中国设计秀

 oLd中国设计秀

   s=s.substring(0,2); oLd中国设计秀

 oLd中国设计秀

   high=parseInt(s,10);oLd中国设计秀

 oLd中国设计秀

   var left=hex[high+1];oLd中国设计秀

 oLd中国设计秀

   var low=x-high*16;oLd中国设计秀

 oLd中国设计秀

   s=low+"";oLd中国设计秀

 oLd中国设计秀

   s=s.substring(0,2);oLd中国设计秀

 oLd中国设计秀

   low=parseInt(s,10);oLd中国设计秀

 oLd中国设计秀

   var right=hex[low+1];oLd中国设计秀

 oLd中国设计秀

   var string=left+""+right;oLd中国设计秀

 oLd中国设计秀

   return string;oLd中国设计秀

 oLd中国设计秀

}oLd中国设计秀

 oLd中国设计秀

 oLd中国设计秀

 oLd中国设计秀

function rainbow(text){oLd中国设计秀

 oLd中国设计秀

   text=text.substring(3,text.length-4);oLd中国设计秀

 oLd中国设计秀

   color_d1=255;                              oLd中国设计秀

 oLd中国设计秀

   mul=color_d1/text.length;oLd中国设计秀

 oLd中国设计秀

   for(i=0;i < text.length;i++){oLd中国设计秀

 oLd中国设计秀

      color_d1=255*Math.sin(i/(text.length/3)); "255*Math.sin(i/(text.length/3))"oLd中国设计秀

 oLd中国设计秀

      color_h1=ToHex(color_d1);oLd中国设计秀

 oLd中国设计秀

      color_d2=mul*i;oLd中国设计秀

 oLd中国设计秀

      color_h2=ToHex(color_d2);oLd中国设计秀

 oLd中国设计秀

      document.write("<FONT COLOR='#FF"+color_h1+color_h2+"'>"+text.substring(i,i+1)+'</FONT>');oLd中国设计秀

 oLd中国设计秀

   }oLd中国设计秀

 oLd中国设计秀

}oLd中国设计秀

 oLd中国设计秀

 oLd中国设计秀

 oLd中国设计秀

// -->oLd中国设计秀

 oLd中国设计秀

</script>oLd中国设计秀

 oLd中国设计秀

<SCRIPT>oLd中国设计秀

 oLd中国设计秀

<!--oLd中国设计秀

 oLd中国设计秀

   {rainbow("--> YOUR MESSAGE GOES HERE. THE LONG THE BETTER!<!--");}oLd中国设计秀

 oLd中国设计秀

//-->oLd中国设计秀

 oLd中国设计秀

</SCRIPT>oLd中国设计秀

 oLd中国设计秀

本文引用地址:/js/article_61604.html
网站地图 | 关于我们 | 联系我们 | 网站建设 | 广告服务 | 版权声明 | 免责声明