【发布时间】:2014-12-17 13:56:03
【问题描述】:
我正在开发这个网站 www.goldensprocketzmedia.com/BlackTheme
我正在使用自定义光标。 chrome n firefox 的 .png 文件 用于 IE 的 .cur 文件
光标在 chrome 和 firefox 上运行良好 但是在 IE 上,当我将光标悬停在链接上时,它的行为是有线的。它有点闪烁n然后恢复正常。也滞后。
css代码如下
a, a:hover{cursor: url(../../../../cursors/camera.png), /* Modern - relative to the document */
url(cursors/camera.cur), /* IE - relative to the root */
default; /* Built-in fallback */} /*new line added*/
body{width:100%;padding-top:3em;background-color:transparent;color:#abaaaa;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-weight:400;
cursor: url(../../../../cursors/camera.png), /* Modern - relative to the document */
url(cursors/camera.cur), /* IE - relative to the root */
default; /* Built-in fallback */
}
谁能帮我解决这个问题。
谢谢
【问题讨论】:
-
链接需要修复。
-
感谢@im1dermike。我已经修好了。
-
@Gemtastic : 贴出我使用的css代码。