CSS cursor - Macam-macam jenis tampilan kursor
Contoh :
p{
cursor:help;
}
| auto |
crosshair |
default |
| e-resize |
help |
move |
| n-resize |
ne-resize |
nw-resize |
| pointer |
progress |
s-resize |
| se-resize |
sw-resize |
text |
| w-resize |
wait |
Dengan gambar
Contoh :
body{
cursor:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUBcDSKsFmmAWVkRh86dN86g-7pPhnP3cyzb1lNQQwC8JmCqWEtcPPBVdVCBfjFxgXds_lh2UGSOymjJgEYeHqNaWBw5Jo2MA8NKyVkohIZgI8-23v03ZZ_kd_t5bk-9chlb1rwAFQTmgh/s320/N.png),auto;
}
Selalu sertakan kursor aslinya dan dipisahkan dengan koma. Opera 9.3 dan safari 3 tidak mendukung !.