Is it possible to use JavaScript to set the cursor attribute to the property none if the mouse is inactive for a certain amount of time (say, five seco
cursor
none
There is a jquery plugin idletimer that checks if a user is inactive or not.