Cursor Change

I'm not sure if this belongs here but I need a script that will allow me to change my mouse cursor for my website. I've looked around places but it only has a script to make it so it changes only on the body but on a link it changes back to the hand i just want it so it stays at the cursor i appoint it. Anyone know where to look or have a script I may use? Thank you.
[379 byte] By [Forsakenblade] at [2007-11-19 10:56:02]
# 1 Re: Cursor Change
Something like:<style type="text/css">
body { cursor:url('custom.cur'); }
</style>The custom.cur is the location of the cursor. It must be a .cur or .ini file, I think. I can't promise, but I think this code will only do the body, and revert to the hand over links.

Dr. Script
Dr. Script at 2007-11-8 0:21:21 >
# 2 Re: Cursor Change
thanks i found that script but i cant find any other that is what im looking for :-(
Forsakenblade at 2007-11-8 0:22:21 >
# 3 Re: Cursor Change
i gave in and started using that cursor: url(hand.cur);

now the problem is when the page loads it dosent show the cursor but the first link it touches the cursor stays as the hand from the link. but when you click it and it reloads the page it loads the cursor just fine.

so when you load the page at first it dosent show it but once you click the link and it refreshes through clicking the link it shows the right cursor..
Forsakenblade at 2007-11-8 0:23:17 >
# 4 Re: Cursor Change
I think I understand ... is this online anywhere would I could see this happen?
Dr. Script at 2007-11-8 0:24:22 >
# 5 Re: Cursor Change
ya ill have it up on a test page instead of the main one so no one else sees the cursor till its working. Ill have it up tomorrow morning.
Forsakenblade at 2007-11-8 0:25:19 >
# 6 Re: Cursor Change
Changing the cursor all depends on the browser. There is no brower, that I know of, in which you can change the cursor to a custom *.CUR cursor. You can change them to default IE/Mozilla browser variations.

http://www.fontstuff.com/frontpage/fptut01.htm
PeejAvery at 2007-11-8 0:26:18 >
# 7 Re: Cursor Change
take a look at what i mean... http://gaming.direstratis.com/test.html
Forsakenblade at 2007-11-8 0:27:22 >
# 8 Re: Cursor Change
well doesnt anyone know...
Forsakenblade at 2007-11-8 0:28:22 >
# 9 Re: Cursor Change
take a look at what i mean... http://gaming.direstratis.com/test.html

The link does not work. I have seen server-side applications that can do this but I have no clue where to start.
PeejAvery at 2007-11-8 0:29:19 >