Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
36
rated 0 times [  41] [ 5]  / answers: 1 / hits: 88498  / 15 Years ago, tue, september 1, 2009, 12:00:00

Is it possible to hide the mouse cursor in a web browser?



I've done this in Flash for a touch screen application, where a mouse cursor is distracting and unneeded. This time it's for a display screen that is non-interactive, so a mouse cursor is not needed.



My gut feeling is there's no easy way to achieve this in the web browser, only by use of a browser plug-in.



The browser in use is Firefox, so perhaps there's a plug-in that achieves this? Although it would be preferable to be able to do this via JavaScript/jQuery.


More From » jquery

 Answers
40

Just use a CSS rule:



* {
cursor: none;
}

[#98790] Thursday, August 27, 2009, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
renag

Total Points: 22
Total Questions: 97
Total Answers: 95

Location: Albania
Member since Sun, Nov 22, 2020
4 Years ago
;