Contoh jenis CSS cursor yang dapat sobat gunakan. Kalau didalam template suka seperti ini kodenya cursor:default
Common cursors
cursor: auto.cursor: crosshair.
cursor: default.
cursor: pointer (or: "hand" - just IE).
cursor: move.
cursor: text.
cursor: wait.
cursor: progress.
cursor: help.
Resize cursors
cursor: e-resize.cursor: ne-resize.
cursor: nw-resize.
cursor: n-resize.
cursor: se-resize.
cursor: sw-resize.
cursor: s-resize.
cursor: w-resize.
Other cursors
cursor: row-resize.cursor: col-resize.
cursor: vertical-text.
cursor: all-scroll.
cursor: no-drop.
cursor: not-allowed.
cursor: url('/img/black_arrow.cur'), default - IE 6+ only -- append ", default" so it works in FF, too
cursor: alias.
cursor: copy.
cursor: grab.
cursor: grabbing.
cursor: -moz-zoom-in.
cursor: -moz-zoom-out.