龙论坛技术支持
Would you like to react to this message? Create an account in a few clicks or log in to continue.
关键词

最优秀的发帖人
tcw987654321 (2424)
虎哥帮忙 Vote_lcap虎哥帮忙 Voting_bar虎哥帮忙 Vote_rcap 
tiger_tiger (2015)
虎哥帮忙 Vote_lcap虎哥帮忙 Voting_bar虎哥帮忙 Vote_rcap 
梦随峰飘 (542)
虎哥帮忙 Vote_lcap虎哥帮忙 Voting_bar虎哥帮忙 Vote_rcap 
868 (284)
虎哥帮忙 Vote_lcap虎哥帮忙 Voting_bar虎哥帮忙 Vote_rcap 
mmao21 (251)
虎哥帮忙 Vote_lcap虎哥帮忙 Voting_bar虎哥帮忙 Vote_rcap 
x__________________X (222)
虎哥帮忙 Vote_lcap虎哥帮忙 Voting_bar虎哥帮忙 Vote_rcap 
y4341991 (101)
虎哥帮忙 Vote_lcap虎哥帮忙 Voting_bar虎哥帮忙 Vote_rcap 
花生省魔术 (98)
虎哥帮忙 Vote_lcap虎哥帮忙 Voting_bar虎哥帮忙 Vote_rcap 
Tiger&蘋果爸 (80)
虎哥帮忙 Vote_lcap虎哥帮忙 Voting_bar虎哥帮忙 Vote_rcap 
pyy (74)
虎哥帮忙 Vote_lcap虎哥帮忙 Voting_bar虎哥帮忙 Vote_rcap 

社会化书签

社会化书签 reddit      



在您的社会化书签保存并分享地址龙论坛技术支持


虎哥帮忙

4 posters

向下

虎哥帮忙 Empty 虎哥帮忙

帖子 由 圣王 周一 三月 10, 2008 2:43 pm

虎哥帮忙
代码:
<html>

<head>
<title>网页特效|Linkweb.cn/Js|---跟随鼠标的幻影文字</title>
</head>
<body>
<script LANGUAGE="JavaScript">
<!-- Begin
message = '欢迎进入我的网站';
FonT = 'Verdana';
ColoR = 'ff0000';
SizE = 3; //1 to 7 only!

var amount = 5, ypos =- 50, xpos = 0, Ay = 0, Ax = 0, By = 0, Bx = 0, Cy = 0, Cx = 0, Dy = 0, Dx = 0, Ey = 0, Ex = 0;
if (document.layers) {
for (i = 0; i < amount; i++) {
document.write('<layer name=nsl'+i+' top=0 left=0><font face='+FonT+' size='+SizE+' color='+ColoR+'>'+message+'</font></layer>');
}
window.captureEvents(Event.MOUSEMOVE);
function nsmouse(evnt) {
xpos = evnt.pageX + 20;
ypos = evnt.pageY + 20;
}
window.onMouseMove = nsmouse;
}
else if (document.all) {
document.write("<div id='outer' style='position:absolute;top:0px;left:0px'>");
document.write("<div style='position:relative'>");
for (i = 0; i < amount; i++) {
document.write('<div id="text"'+i+' style="position:absolute;top:0px;left:0px;width:400px;height:20px"><font face='+FonT+' size='+SizE+' color='+ColoR+'>'+message+'</font></div>')
}
document.write("</div>");
document.write("</div>");
function iemouse() {
ypos = event.y + 20;
xpos = event.x + 20;
}
window.document.onmousemove = iemouse;
}
function makefollow() {
if (document.layers) {
document.layers['nsl'+0].top = ay;
document.layers['nsl'+0].left = ax;
document.layers['nsl'+1].top = by;
document.layers['nsl'+1].left = bx;
document.layers['nsl'+2].top = cy;
document.layers['nsl'+2].left = cx;
document.layers['nsl'+3].top = Dy;
document.layers['nsl'+3].left = Dx;
document.layers['nsl'+4].top = Ey;
document.layers['nsl'+4].left = Ex;
}
else if (document.all) {
outer.style.pixelTop = document.body.scrollTop;
text[0].style.pixelTop = ay;
text[0].style.pixelLeft = ax;
text[1].style.pixelTop = by;
text[1].style.pixelLeft = bx;
text[2].style.pixelTop = cy;
text[2].style.pixelLeft = cx;
text[3].style.pixelTop = Dy;
text[3].style.pixelLeft = Dx;
text[4].style.pixelTop = Ey;
text[4].style.pixelLeft = Ex;
  }
}
function move() {
ey = Ey += (ypos - Ey) * 0.2;
ex = Ex += (xpos - Ex) * 0.2;
dy = Dy += (ey - Dy) * 0.3;
dx = Dx += (ex - Dx) * 0.3;
cy = Cy += (dy - Cy) * 0.4;
cx = Cx += (dx - Cx) * 0.4;
by = By += (cy - By) * 0.5;
bx = Bx += (cx - Bx) * 0.5;
ay = Ay += (by - Ay) * 0.6;
ax = Ax += (bx - Ax) * 0.6;
makefollow();
setTimeout('move()', 100);
}
window.onload=move;
//  End -->
</script>

</body>
</html>
帮我改改这个代码 现在的样子是 鼠标一跑到论坛区域就会往上跑 鼠标拉到论坛下面也会跟着下
我想改成让那个字一直跟着鼠标跑 可以么

还有
我只要用了上面的代码 下面这个代码就没效果
这是为什么???

代码:

<html>
<head>
<title>
网页特效|Linkweb.cn/Js|---进入页面的欢迎信息</title>
</head><body onload= alert('Hello啊,饭已OK了,进来米西吧!')>
<body onload= alert('Hello啊,饭已OK了,进来米西吧!')>
</body></html>
圣王
圣王

男 帖子数 : 45
年龄 : 38
城市 : 广东
职业/爱好 :
注册日期 : 08-03-02

http://yuanlai.yoo7.com

返回页首 向下

虎哥帮忙 Empty 回复: 虎哥帮忙

帖子 由 tiger_tiger 周二 三月 11, 2008 8:46 am

必需去掉代码中的<body></body>和<html></html>因为你现在编辑的不是模板。

另外,第二段的代码也是必需在模板中分别添加的,你没法加。

给你另一段JS欢迎代码吧,好玩的:

<SCRIPT language="JavaScript"><!--
var Firstname=prompt("您是光临本站的贵宾,请在贵宾簿里签名,让我知道您是谁!","请在这里填写您的昵称");
document.write("<h3><center>真诚欢迎您来访http://xiake.longluntan.cn<BR><p>" + " ")
document.write("<font color=red>"+Firstname +"</font>"+ "先生(小姐)</h3>");
document.write("")
//-->
</SCRIPT>
tiger_tiger
tiger_tiger
总舵主
总舵主

帖子数 : 2015
注册日期 : 07-10-23

http://help.longluntan.com

返回页首 向下

虎哥帮忙 Empty 回复: 虎哥帮忙

帖子 由 tcw987654321 周二 三月 11, 2008 1:29 pm

假如是自己创建的HTML页面,是可以使用这个代码的...
tcw987654321
tcw987654321
版主
版主

男 帖子数 : 2424
年龄 : 31
城市 : 中華人民共和國香港特別行政區
职业/爱好 : 初中学生/读书,上网,MSN
注册日期 : 07-12-27

http://supporting.longluntan.info

返回页首 向下

虎哥帮忙 Empty 回复: 虎哥帮忙

帖子 由 mmao21 周二 三月 11, 2008 5:32 pm

虎哥你的代码放到哪里才有效啊******我照楼上的怎么弄,都不行
mmao21
mmao21

男 帖子数 : 251
年龄 : 45
城市 : 广东.韶关
职业/爱好 : 上网
注册日期 : 08-01-10

http://niubi.yoo7.com/

返回页首 向下

虎哥帮忙 Empty 回复: 虎哥帮忙

帖子 由 tcw987654321 周三 三月 12, 2008 8:08 am

直接摆进论坛描述或者首页留言
tcw987654321
tcw987654321
版主
版主

男 帖子数 : 2424
年龄 : 31
城市 : 中華人民共和國香港特別行政區
职业/爱好 : 初中学生/读书,上网,MSN
注册日期 : 07-12-27

http://supporting.longluntan.info

返回页首 向下

返回页首


 
您在这个论坛的权限:
不能在这个论坛回复主题