Misal, alamat cursor Anda di www .situs.com/file.ani
Kemudian siapkan file thumbnail-nya, misal dengan nama file.gif, contoh alamat filenya: www .situs.com/thumbnail/file.gif
Cara manggilnya, letakkan kode HTML berikut di kode HTML website Anda di mana saja:
<style>A:hover{cursor: url("http://www.situs.com/file.ani"), url("http://www.situs.com/thumbnail/file.gif"), auto;}</style>
Untuk tutorial lebih jelas beserta koleksi icon2/cursor2 yang beraneka ragam, silakan lihat di sini:
http://www.totallyfreecursors.com
Berikut contoh kodenya:
<style>A:hover{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/indonesia.ani"), url("http://downloads.totallyfreecursors.com/thumbnails/INDONESIA.gif"), auto;}</style>