加载中…
http://blog.sina.com.cn/u/1223244273
首页
博文目录
关于我
新浪广告共享计划>
个人资料
微博
加好友
发纸条
写留言
加关注
博客等级:
博客积分:
博客访问:
关注人气:
获赠金笔:
0支
赠出金笔:
0支
荣誉徽章:
正文
字体大小:
大
中
小
一个鼠标特效
(2006-05-05 14:25:28)
分类:
校园文化类它山石可攻玉
特效千寻
特效千寻
特效千寻
特效千寻
特效千寻
特效千寻
特效千寻
博易天下
加入如下代码到body区域
<DIV ID = "x", STYLE = "position: absolute; filter: glow(strength = 3, color = red)">博易天下</DIV> <DIV ID = "x1", STYLE = "position: absolute; filter: glow(strength = 3, color = blue)">博易天下</DIV> <DIV ID = "x2", STYLE = "position: absolute; filter: glow(strength = 3, color = blue)">博易天下</DIV> <DIV ID = "x3", STYLE = "position: absolute; filter: glow(strength = 3, color = red)">博易天下</DIV> <DIV ID = "x4", STYLE = "position: absolute; filter: glow(strength = 3, color = green)">博易天下</DIV> <DIV ID = "x5", STYLE = "position: absolute; filter: glow(strength = 3, color = green)">博易天下</DIV> <DIV ID = "x6", STYLE = "position: absolute; filter: glow(strength = 3, color = purple)">博易天下</DIV> <DIV ID = "x7", STYLE = "position: absolute; filter: glow(strength = 3, color = purple)">博易天下</DIV> <script><script LANGUAGE="javascript"> <!-- Begin function mover() { document.all.x.style.left = event.clientX; document.all.x.style.top = event.clientY; document.all.x1.style.top = event.clientX; document.all.x1.style.left = event.clientY; document.all.x2.style.top = event.clientX; document.all.x2.style.right = event.clientY; document.all.x3.style.right = event.clientX; document.all.x3.style.top = event.clientY; document.all.x4.style.bottom= event.clientX; document.all.x4.style.right = event.clientY; document.all.x5.style.bottom= event.clientX; document.all.x5.style.left = event.clientY; document.all.x6.style.left= event.clientX; document.all.x6.style.bottom = event.clientY; document.all.x7.style.right= event.clientX; document.all.x7.style.bottom = event.clientY; } document.onmousemove=mover; // End --> </script>
分享:
喜欢
0
赠金笔
阅读
┊
收藏
┊
喜欢
▼
┊
打印
┊
举报/Report
加载中,请稍候......
前一篇:
CSS样式表高效使用的技巧
后一篇:
网页播放器代码详解