gpt4 book ai didi

html - 在 windows chrome 中抓取光标

转载 作者:行者123 更新时间:2023-11-28 13:05:34 25 4
gpt4 key购买 nike

我在 windows chrome 版本 31.0.1650.57 中得到两个光标两个光标是抓取和默认箭头。我使用了下面的 CSS

CSS

div {
width:200px;
height:200px;
background-color:maroon;
border:1px solid #000;
cursor:grab;
cursor:-moz-grab;
cursor:-webkit-grab;
}

fiddle - http://jsfiddle.net/jL9ft/

请告诉我这里有什么问题。谢谢。

最佳答案

从这里使用光标作为图像 - http://www.google.com/intl/en_ALL/mapfiles/openhand.cur

div {
cursor:url(../images/openhand.cur) 4 4, move
}

关于html - 在 windows chrome 中抓取光标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20325782/

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