I have the following CSS that hides the mouse cursor for anything on the web page. It works perfectly in Firefox, but in IE and Chrome, it doesn\'t work.
html {
In css: * { cursor: url(cursor.png), none !important }
* { cursor: url(cursor.png), none !important }