自定义光标在悬停时闪烁 - css,html

时间:2014-12-17 13:56:03

标签: html css cursor

我正在开发这个网站 www.goldensprocketzmedia.com/BlackTheme

我正在使用自定义光标。 chrome n firefox的.png文件 IE的.cur文件

光标在chrome和firefox上完美运行 但是在IE上,当我将鼠标悬停在链接上时,光标表现为有线。它有点眨眼然后恢复正常。还滞后。

css代码isbelow

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 */    
}

有人可以帮助我解决这个问题。

感谢

1 个答案:

答案 0 :(得分:1)

尝试将default更改为auto