当前位置:主页>文章内容
搜硕在线_鼠标旁跟着漂亮的文字游动搜硕代码收藏
来源:搜硕在线 作者:yoyb_com 发布时间:2007-11-02 

以下内容为程序代码:
<script language="JavaScript">
//<![CDATA[
<!--
document.write('<STYLE>');
document.write('<!--');
document.write('.spanstyle {');
document.write('COLOR: #0066ff; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; FONT-WEIGHT: normal; POSITION: absolute; TOP: -50px; VISIBILITY: visible');
document.write('}');
document.write('-->');
document.write('</STYLE>');
var message="★☆★☆★搜硕在线—yoyb_com 欢迎您★☆★☆★";
var x,y;
var step=12;
var flag=0;
message=message.split("");
var xpos=new Array();
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50;
}
var ypos=new Array();
for (i=0;i<=message.length-1;i++) {
ypos[i]=-50;
}
function handlerMM(e) {
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX+10;
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY;
flag=1;
}
function makesnake() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step;
ypos[i]=ypos[i-1];
}

xpos[0]=x+step;
ypos[0]=y;
for (i=0; i<=message.length-1; i++) {
var thisspan = eval("span"+(i)+".style");
thisspan.posLeft=xpos[i];
thisspan.posTop=ypos[i];
thisspan.color=Math.random() * 255 * 255 * 255 + Math.random() * 255 * 255 + Math.random() * 255;
}
}
else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step;
ypos[i]=ypos[i-1];
}
xpos[0]=x+step;
ypos[0]=y;
for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i);
thisspan.left=xpos[i];
thisspan.top=ypos[i];
thisspan.color=Math.random() * 255 * 255 * 255 + Math.random() * 255 * 255 + Math.random() * 255;
}
}
}
for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>");
document.write(message[i]);
document.write("</span>");
}
if (document.layers) {
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
function pageonload() {
makesnake();
window.setTimeout("pageonload();", 2);
}
pageonload()
// -->
//]]>
</script>

   将以上代码加入您的主页上< body>< /body>之间即可,虽然简单但效果不错,快去试试吧。相关专题:HTML进阶应用技巧

 


 
上一篇:搜硕在线文章   下一篇:搜硕在线文章
 
  相关文章
·搜硕在线文章
·搜硕在线文章
·搜硕在线文章
·搜硕在线文章
·搜硕在线文章
·搜硕在线文章
·搜硕在线文章
·搜硕在线文章
·搜硕在线文章
·搜硕在线文章
 
【关闭窗口】
热点文章
·
·
·
·
·
·
·
·
·
·
最新文章