Retour à la définition de la propriété css cursor | J'ai vu une erreur dans cette page

Exemple de code détaillé de la propriété css cursor.

.identifiant{cursor:auto}
<div style="cursor:auto">auto</div>
.identifiant{cursor:nw-resize}
<div style="Cursor:nw-resize">nw-resize</div>
.identifiant{cursor:crosshair}
<div style="Cursor:crosshair">crosshair</div>
.identifiant{cursor:n-resize}
<div style="Cursor:n-resize">n-resize</div>
.identifiant{cursor:default}
<div style="Cursor:default">default</div>
.identifiant{cursor:se-resize}
<div style="cursor:se-resize">se-resize</div>
.identifiant{cursor:pointer}
<div style="cursor:pointer">pointer</div>
.identifiant{cursor:sw-resize}
<div style="cursor:sw-resize">sw-resize</div>
.identifiant{cursor:move}
<div style="cursor:move">move</div>
.identifiant{cursor:s-resize}
<div style="cursor:s-resize">s-resize</div>
.identifiant{cursor:e-resize}
<div style="cursor:e-resize">e-resize</div>
.identifiant{cursor:w-resize}
<div style="cursor:w-resize">w-resize</div>
.identifiant{cursor:ne-resize}
<div style="cursor:ne-resize">ne-resize</div>
.identifiant{cursor:text}
<div style="cursor:text">text</div>
.identifiant{cursor:help}
<div style="cursor:help">help</div>
.identifiant{cursor:wait}
<div style="cursor:wait">wait</div>
.identifiant{cursor:inherit}
<div style="cursor:inherit">inherit</div>
.identifiant{cursor:url(images/dmc.cur)}
<div style="cursor:url(../images/dmc.cur),auto">personnalise</div>
.identifiant{cursor:progress}
<div style="cursor:progress">progress</div>
.identifiant{cursor:not-allowed}
<div style="cursor:not-allowed">not-allowed</div>
.identifiant{cursor:no-drop}
<div style="cursor:no-drop">no-drop</div>
.identifiant{cursor:col-resize}
<div style="cursor:col-resize">col-resize</div>
.identifiant{cursor:row-resize}
<div style="cursor:row-resize">row-resize</div>

Interprétation du code détaillé de la propriété css cursor par votre navigateur.

.identifiant{cursor:auto}

auto
.identifiant{cursor:nw-resize}
nw-resize
.identifiant{cursor:crosshair}
crosshair
.identifiant{cursor:n-resize}
n-resize
.identifiant{cursor:default}
default
.identifiant{cursor:se-resize}
se-resize
.identifiant{cursor:pointer}
pointer
.identifiant{cursor:sw-resize}
sw-resize
.identifiant{cursor:move}
move
.identifiant{cursor:s-resize}
s-resize
.identifiant{cursor:e-resize}
e-resize
.identifiant{cursor:w-resize}
w-resize
.identifiant{cursor:ne-resize}
ne-resize
.identifiant{cursor:text}
text
.identifiant{cursor:help}
help
.identifiant{cursor:wait}
wait
.identifiant{cursor:inherit}
inherit
.identifiant{cursor:url(images/dmc.cur)}
personnalise
.identifiant{cursor:progress}
progress
.identifiant{cursor:not-allowed}
not-allowed
.identifiant{cursor:no-drop}
no-drop
.identifiant{cursor:col-resize}
col-resize
.identifiant{cursor:row-resize}
row-resize

Interprétation normal du code de la propriété css cursor (copie d'écran).

copie d'écran de l'affichage de la propriété css cursor