Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
w3resource

CSS User Interface

Introduction to CSS user interface

This property states how the cursor will look for the pointing device.

Here is a list of values which can be used against 'cursor' property.

  • Auto
  • crosshair
  • default
  • pointer
  • move
  • e-resize
  • ne-resize
  • n-resize
  • nw-resize
  • w-resize
  • sw-resize
  • s-resize
  • se-resize
  • text
  • wait
  • progress
  • help
  • uri

In the consequent pages, we will see each of the cursor property value in detail along with example.

Previous: CSS color inherit
Next: User Interface - Cursor: auto