In Xul or javascript, is there a way to hide the mouse cursor?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try this
Check out MDC:Cursor. Its CSS3, so only supported in CSS3 compatible browsers. |
|||||||||||||
|
|
In XUL chrome windows you can also use the global setCursor function, which overrides the cursor for a whole DOM window at once (but no subframes). It takes a single parameter which is one of the CSS cursor values. |
|||
|
|
