robi2
well first you need to create the cursors you want, with the software above or similar.
Then stick 'em on your server and use CSS to specify them, for example if you want a special cursor for a few words of a sentence you could do something like:
in your stylesheet or in-document styles
.cur { cursor : url("specialcursor.cur",
<p>This is a <span class="cur">very special</span> sentence.</p>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.