I would like to use my own cursor for my website. I know how to change the cursor form a hand to a cross hair, but need to know how to do this.
I add this STYLE commadn ot my ;pages so I need to put the command here. Teh one I wish to use os at http;//saratona.cyberia.be/images/com.ani
<STYLE>
SPAN {cursor: hand ; }
.onme1 {color: white ; }
.offme{color: black ; }
</STYLE>The standard url should work
bar.foo {
cursor: url(url-of-cursor);
}Thank you, it works perfectly. Your welcome
I add this STYLE commadn ot my ;pages so I need to put the command here. Teh one I wish to use os at http;//saratona.cyberia.be/images/com.ani
<STYLE>
SPAN {cursor: hand ; }
.onme1 {color: white ; }
.offme{color: black ; }
</STYLE>The standard url should work
bar.foo {
cursor: url(url-of-cursor);
}Thank you, it works perfectly. Your welcome