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.
我正在尝试在 CSS 中实现自定义图像光标,例如
cursor:url(/img/custom.png), pointer;
这很好用,除非鼠标移到 Flash 元素上(例如嵌入的 youtube 视频)。然后它恢复到标准鼠标光标。有没有办法覆盖这个?
最好的“解决方案”可能是将自定义光标也包含在闪存中。
不是一个完美的解决方案,但这个网站建议放置一个空的 div,当您单击它时加载电影(也有助于初始页面加载时间)。
我不确定它是否有效,但这个网站说它有办法激活 javascript 命令。可能比你想要的要多,但我知道列出的解决方案摆脱了看似无限的 z-index 的 flash 对象(因此我知道它可以覆盖它的一部分)。