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://wainsorg.ucoz.com/cursor/cur1.cur"),pointer;
}
a:hover {
cursor:url("http://wainsorg.ucoz.com/cursor/cur2.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