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.
# 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
# 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..
# 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
# 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.