The cursor CSS property sets the type of mouse cursor, if any, to show when the mouse pointer is over an element. The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request. Syntax /* Keyword value */ cursor: pointer; cursor: auto; /* U
