gpt4 book ai didi

html - 以 Cursor 属性为中心(如十字准线)?

转载 作者:行者123 更新时间:2023-11-28 09:57:08 24 4
gpt4 key购买 nike

我正在制作一个 jquery 射击/瞄准游戏,我不完全确定如何使鼠标的焦点转移到中心(即十字准线属性),就像这样(底线):

#num {
position: relative;
height: 20px;
left: 45%;
top: -40px;
text-align: center;
width: 10%;
background: gray;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: url(c_hair.png), crosshair; /* HERE IS THE PROBLEM */
}

谢谢!!!
更新
我试图使光标图像的焦点位于中心(例如,使用十字准线或“精确”光标),而不是默认的左上角(例如,使用指针)。

最佳答案

一个 friend 告诉我这是一个解决方案,而且有效

cursor: url(c_hair.png), auto x y

...会先将光标偏移 x 像素,然后偏移 y 像素。

关于html - 以 Cursor 属性为中心(如十字准线)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24872391/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com