跟随鼠标的十字线 - 51windows.Net
51windows.Net
>
脚本收藏
>
键盘鼠标类
> 跟随鼠标的十字线
跟随鼠标的十字线
<html> <title>跟随鼠标的十字线</title> <head> <meta name="keywords" content="51windows.Net"> <meta http-equiv=Content-Type content="text/html; charset=gb2312"> </head> <body> <script language="JavaScript"> <!-- var jsstr = "" + "<img src=\"about:blank\" id=\"leftright\" style=\"width:expression(document.body.clientWidth);height:1px;position:absolute;left:0;top:0;background-color:#6699cc;z-index:100;\" \/>\n" + "<img src=\"about:blank\" id=\"topdown\" style=\"height:expression(document.body.clientHeight);width:1px;position:absolute;left:0;top:0;background-color:#6699cc;z-index:100;\" \/>\n" document.writeln(jsstr); function followmouse(){ leftright.style.top = window.event.y-2 topdown.style.left = window.event.x-2 } document.onmousemove=followmouse //--> </script> </body> </html>
网站推荐:
虎的笑话
虎的成语
虎的歇后语
在线小游戏
成语排行榜
歇后语排行榜
中华五千年
文革图片
转载本站内容,请务必保留原作者信息。
本站提供的内容部分是在网上搜集,如果侵犯了您的版权,请告之,我们会删除内容或加上您的信息。(
网站留言
、
站内搜索
)