Hide cursor in Chrome (and IE)
问题 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 { cursor: none; } In Chrome, I always see the mouse pointer. In IE, however, I see whatever cursor was last 'active' when it entered the screen. Presumably it's keeping the last selection instead of removing it. 回答1: This property cursor:none; isn't part of the standard See here w3c cursor CSS properties. You might want to look into