【发布时间】:2012-10-21 17:44:05
【问题描述】:
我正在寻找将光标悬停在 Fancybox 图像上时将光标更改为放大镜的解决方案。
就像在 Pinterest 上一样,当您将图像悬停时(使用 chrome)。
到目前为止,我有这个没有跨浏览器支持。
.picture img {
cursor:url(/img/layout/backgrounds/moz-zoom.gif), -moz-zoom-in;
}
有没有更好的方法来解决这个问题?
【问题讨论】:
标签: css fancybox mouse-cursor