gpt4 book ai didi

CSS 将自定义光标图像原点(热点)更改为中心

转载 作者:数据小太阳 更新时间:2023-10-29 09:13:41 28 4
gpt4 key购买 nike

我想为光标使用自定义图像。

这很好,但据我所知 - 原点(箭头尖端)默认位于图像的左上角。

如何将原点设置为图像的中心。

这是一个演示问题的演示片段

div {
width: 600px;
height: 100px;
background: pink;
cursor: url(http://placehold.it/50x30), auto
}
<div>the cat in the hat<br> the cat in the hat<br> the cat in the hat<br> the cat in the hat</div>

请注意,当我尝试选择文本时 - 它会从图像的左上角进行选择。

最佳答案

一种解决方案是移动图像的位置以匹配鼠标指针

cursor: url(image) [x y|auto];

没有回答问题,但这是有效的

HTML

div
{
width: 600px;
height: 100px;
background: pink;
cursor: url(http://placehold.it/50x30) 25 15, auto;
}

关于CSS 将自定义光标图像原点(热点)更改为中心,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19560878/

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