html鼠标跟随特效代码(鼠标跟随文字特效)

http://www.itjxue.com  2023-02-12 16:27  来源:未知  点击次数: 

怎样在博客中设置出鼠标后跟随自己想要的文字效果啊?有那些代码?具体该放在何处呢?

代码添加方法:

按“管理中心▄◣模板设置▄◣修改主模板”步骤打开模板编辑页面,然后点击模板设计板块下方的“ 源码”按钮,打开模板源码编辑管理窗口,将自己喜欢的鼠标样式代码拷贝进去即可。

急求鼠标后跟随文字的几个网页特效代码

你随便弄个网页

以下代码插入head标签之内,保存预览,就可以看到很漂亮的文字环绕鼠标:

SCRIPT

LANGUAGE="JavaScript"

if

(document.all)

{

yourLogo

=

"我想有个家一个温暖的家";

//自己根据要求设置//

logoFont

=

"宋体";

logoColor

=

"#00ccff";

yourLogo

=

yourLogo.split('');

L

=

yourLogo.length;

TrigSplit

=

360

/

L;

Sz

=

new

Array()

logoWidth

=

100;

logoHeight

=

-30;

ypos

=

0;

xpos

=

0;

step

=

0.03;

currStep

=

0;

document.write('div

id="outer"

style="position:absolute;top:0px;left:0px"div

style="position:relative"');

for

(i

=

0;

i

L;

i++)

{

document.write('div

id="ie"

style="position:absolute;top:0px;left:0px;'

+'width:10px;height:10px;font-family:'+logoFont+';font-size:12px;'

+'color:'+logoColor+';text-align:left"'+yourLogo[i]+'/div');

}

document.write('/div/div');

function

Mouse()

{

ypos

=

event.y;

xpos

=

event.x

-

5;

}

document.onmousemove=Mouse;

function

animateLogo()

{

outer.style.pixelTop

=

document.body.scrollTop;

for

(i

=

0;

i

L;

i++)

{

ie[i].style.top

=

ypos

+

logoHeight

*

Math.sin(currStep

+

i

*

TrigSplit

*

Math.PI

/

180);

ie[i].style.left

=

xpos

+

logoWidth

*

Math.cos(currStep

+

i

*

TrigSplit

*

Math.PI

/

180);

Sz[i]

=

ie[i].style.pixelTop

-

ypos;

if

(Sz[i]

5)

Sz[i]

=

5;

ie[i].style.fontSize

=

Sz[i]

/

1.7;

}

currStep

-=

step;

setTimeout('animateLogo()',

20);

}

window.onload

=

animateLogo;

}

/script

QQ空间鼠标跟随代码 我不要网址的,只要代码,网址的不能全屏都跟随,谁要是能全屏鼠标跟随我把分全给他。

鼠标特效装饰(不是地址的)免费能用的就只有下面4个,如果你是黄钻,那么你就不需要什么代码了,直接进入QQ空间右上方“装扮空间”→“装饰商城”→“饰品”→“鼠标”→点击需要的鼠标特效即可装扮到空间→最后右上方“保存”。

QQ空间免费鼠标代码:

javascript:window.top.space_addItem(4,4966,0,0,0,1,0); 小绿人

javascript:window.top.space_addItem(4,5535,0,0,1,1,0); 色狼

javascript:window.top.space_addItem(4,1151,0,0,0,1,0); 老鹰

javascript:window.top.space_addItem(4,5837,0,0,1,1,0); 蜡笔小新

QQ空间代码使用方法

另外,在主页创建鼠标跟随特效模块也很好看呀,只是只有移到模块上才有效果,离开主页没有了的话,你可以同时使用这两种效果。

QQ空间鼠标跟随模块代码

(责任编辑:IT教学网)

更多

推荐linux服务器文章