The CSS <cursor> property allows us to control how the mouse pointer appears when hovering over an element. This is not only a visual cue but also an important feedback mechanism for users about how the element behaves.
The <cursor> property defines what the mouse pointer changes to when hovering over an element. For example, the <pointer> cursor is commonly used for links and buttons because it makes clickability clear.
The cursor property can be used directly in CSS or inline styles. Here are some common examples:
The most important cursor types include default, pointer, text, wait, help, and move. Each provides a different user experience.
Alapértelmezett kurzor
Kattintható elem
Szöveg kijelölés
Folyamatban lévő művelet
Súgó vagy információ
Mozgatás jelzése
Correct use of cursors greatly improves user experience, especially for interactive elements.
Please sign in to ask Lara about CSS cursor.
Select Language
Set theme
© 2025 ReadyTools. All rights reserved.