运行代码 缩小
汉王
HTML代码
复制 格式化 注释 注释 清空
放大
x
 
1
<html>
2
<head>
3
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
4
<title>十字形坐标</title>
5
<style>
6
<!--
7
#leftright, #topdown{position:absolute;left:0;
8
top:0;width:1px;height:1px;layer-background-color:red;
9
background-color:red;z-index:100;font-size:1px;}
10
-->
11
</style>
12
</head>
13
14
<body>
15
<div id="leftright" style="width:expression(document.body.clientWidth-2)"></div><div
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
xxxxxxxxxx
1
 
1
JS代码
复制 格式化 注释 注释 清空
放大
JS代码...
xxxxxxxxxx
1
 
1
名称
在网页上显示跟随鼠标移动的十字形坐标
分类
网站常用
描述
在网页上显示一个十字形坐标,并自动跟随鼠标移动,现在很流行网页游戏,这种功能广泛应用到游戏中,在一些图片裁切放大效果中也会用到,你可以封闭成函数,用的时候方便调用。
收藏