HTML – 如何使光标与背景形成对比?

HTML – 如何使光标与背景形成对比?,第1张

概述对于我尝试过的浏览器(Chrome,Firefox和IE),内置的十字光标在黑色图像上变为白色,在白色图像上变为黑色.有没有办法制作这样做的自定义游标? Here’s a fiddle看看我的意思. 非常感谢! CUR文件格式在 here中有详细解释.特别是,它提到了以下内容: A monochrome (1-bit) icon or cursor will contain only four p 对于我尝试过的浏览器(Chrome,firefox和IE),内置的十字光标在黑色图像上变为白色,在白色图像上变为黑色.有没有办法制作这样做的自定义游标?

Here’s a fiddle看看我的意思.

非常感谢!

解决方法 CUR文件格式在 here中有详细解释.特别是,它提到了以下内容:

A monoChrome (1-bit) icon or cursor will contain only four possible pixels values: black,white,transparent,and inverted. A transparent or inverted pixel may be either black or white in color. The color palette will contain only two colors,which are black (entry zero) and white (entry one). The transparent color is the original color of the display pixels. Inverted is the inverse color of the display pixels.

总结

以上是内存溢出为你收集整理的HTML – 如何使光标与背景形成对比?全部内容,希望文章能够帮你解决HTML – 如何使光标与背景形成对比?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1078866.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存