首页 相关文章 用javascript实现变色背景和文字

用javascript实现变色背景和文字

  用JavaScript实现变色背景和文字

  制作变色背景和文字的JavaScript代码有很多种,不过大多数背景颜色变化时有跳跃感,不够柔和。本例的效果特别酷!

  请看效果:

  背景请用bgcolor参数,前景文字请用fgcolor参数。

  全部代码如下:

  1、背景:

html
head
title bgcolor /title
meta http-equiv="Content-Type" content="text/html; charset=gb2312"
script language="JavaScript"
!--
//you can assign the initial color of the background here
r=255;
g=50;
b=50;
flag=0;
t=new Array;
o=new Array;
d=new Array;

function hex(a,c)
{
t[a]=Math.floor(c/16)
o[a]=c...[ 查看全文 ]

2016-02-19 标签:

用javascript实现变色背景和文字的相关文章

手机页面
收藏网站 回到头部