Reputation: 10153
I have a web browser control in my form.
i used a custom cursor in my CSS
code.every things fine in IE8
Css Code
cursor: url(AppDirectiry\Classes\QClasses\ClsDesignHtml\Cursors\arrow.ani);
but it seems dose not work in IE9
.
any idea?
Edited:
I also used .cur
cursor type but it seems also don't work.
Upvotes: 0
Views: 870
Reputation: 10012
http://beradrian.wordpress.com/2008/01/08/cross-browser-custom-css-cursors/
http://jquery.kidsil.net/custom-cursor/
Those three links should help with fixing your issue, also pretty sure that most browsers don't support animated cursors, using a static one may solve your issue.
Upvotes: 3