在Firefox中使用Javascript自定义光标

在Firefox中使用Javascript自定义光标

本文介绍了在Firefox中使用Javascript自定义光标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用onmouseover事件将光标更改为自定义.cur图像。

onMouseOver =" this.style.cursor =''icons / cursor.cur' ';"

以上代码在IE中运行良好,但在Firefox中运行不正常。用户知道他们可以点击的位置非常重要。

有人可以帮忙吗?

I''m trying to use an onmouseover event to change the cursor to a custom .cur image.
onMouseOver="this.style.cursor=''icons/cursor.cur'';"
The above code works fine in IE but not in Firefox. It''s important the users know where they can click.
Could anyone help please?

推荐答案

展开 | 选择 | Wrap | 行号




这篇关于在Firefox中使用Javascript自定义光标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 10:37