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.
我在我的 ASP.NET 网站中编写了以下代码来使用自定义光标。这在 IE 10 中运行良好,但在 chrome 中显示黑色方块。
element.style.cursor = "url(WebResources/CustomPointer.gif),auto";
有人可以看看这个建议,因为我花了很多时间来解决这个问题,但没有任何效果......
如果您使用的是.cur文件,这可能是因为您在光标文件中使用了“反向”调色板颜色(在二进制文件中表示为FF),Chrome 和 Firefox 不支持这种颜色。它们支持正常的调色板和设置热点,但不支持“反向”颜色。
.cur
FF