I have written below code in my ASP.NET website to use the custom cursor. This works fine in IE 10 but shows black square in chrome.
element.style.cursor = "url(WebResources/CustomPointer.gif),auto";
Can someone please look into this advise as I have spent good time to fix this but nothing worked...