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
- Weekly Trends
- Python Interview Questions and Answers: Comprehensive Guide
- Scala Exercises, Practice, Solution
- Kotlin Exercises practice with solution
- MongoDB Exercises, Practice, Solution
- SQL Exercises, Practice, Solution - JOINS
- Java Basic Programming Exercises
- SQL Subqueries
- Adventureworks Database Exercises
- C# Sharp Basic Exercises
- SQL COUNT() with distinct
- JavaScript String Exercises
- JavaScript HTML Form Validation
- Java Collection Exercises
- SQL COUNT() function
- SQL Inner Join