Is it possible to hide the cursor in a webpage using CSS or Javascript?
        Posted  
        
            by yeyeyerman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by yeyeyerman
        
        
        
        Published on 2009-07-01T20:56:42Z
        Indexed on 
            2010/04/12
            13:53 UTC
        
        
        Read the original article
        Hit count: 247
        
I want to hide the cursor when showing a webpage that is meant to display information in a building hall. It doesn't have to be interactive at all. I tried with the cursor property and a transparent cursor image but I didn't make it work.
Does anybody know if this can be done? I suppose this can be thought as a security threat for a user that can't know where he is clicking on, so I'm not very optimistic... Thank you!
© Stack Overflow or respective owner