I have implemented a custom cursor using the code snippet below.
$("div").css('cursor','url(../graphics/system/mybg.cur),auto');
However, I am experiencing an issue where the cursor reverts to the default pointer when hovering over a specific area of an image. This problem only occurs in Chrome. Can anyone offer a solution to resolve this?
Thank you in advance.