In my form, I have a web browser control that uses a custom cursor in the CSS code. Everything appears to be working fine in IE8.
Css Code
cursor: url(AppDirectiry\Classes\QClasses\ClsDesignHtml\Cursors\arrow.ani);
However, it seems that the custom cursor does not work in IE9. Any ideas on why this might be happening?
Edited:
I also tried using the .cur cursor type, but it still doesn't seem to work in IE9.