This tutorial will show you how to add your own cursors using CSS! Got to Control Panel » Customize design » Common templates » Style sheet (CSS)
and paste the code that you see below anywhere in CSS.
Quote
html{
cursor:url("http://easysharez.ucoz.com/img/blue.cur"),pointer;
}
a:hover {
cursor:url("http://easysharez.ucoz.com/img/red.cur"),pointer;
}
You can replace url in green with your own cursors.
Save it and your done!
The recommended format of the cursor is .cur