Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的网站中,我使用颜色选择器 jquery 插件从图像中选择颜色。我使用 CSS 将光标更改为吸管图标。现在,在点击图片时,光标上部指向的颜色被选中。由于是滴眼光标,我需要使用它的下部来选择颜色。请帮帮我。
这是使用的游标:
谢谢
cursor:url(http://www.yourwebsite.com/yourcursorname.cur) 0 16,default;
在声明光标时告诉它在你的 CSS 中设置 xy 坐标的位置。