Page 142 - CSS
P. 142

Chapter 20: Cursor Styling




        Syntax



            •  cursor: auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair |
              text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize |
              nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize |
              nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing;


        Examples



        Changing cursor type


         cursor: value;




























        Examples:


          Value    Description


          none     No cursor is rendered for the element

          auto     Default. The browser sets a cursor


          help     The cursor indicates that help is available


          wait     The cursor indicates that the program is busy

          move     The cursor indicates something is to be moved


          pointer  The cursor is a pointer and indicates a link







        https://riptutorial.com/                                                                             120
   137   138   139   140   141   142   143   144   145   146   147