View Full Version : How do you change the cursor for the whole page?


neonick5647
07-07-2004, 09:11 PM
Hello! I have a cursor image, (saved as .cur) and I uploaded it to my server, but how do you put it on your page? I used a style sheet and it worked but the cursor only showed up when you run it over a link. Can someone tell me how to get it on the whole page and not just links? :hehe:

Combat Babe
07-07-2004, 09:23 PM
put it in the body section of your css.

neonick5647
07-07-2004, 10:32 PM
thanks, i'll try! :)

Combat Babe
07-07-2004, 10:33 PM
no problem. :)

neonick5647
07-07-2004, 10:38 PM
grrr.... it didn't work. can someone please give me a code????

weird girl
07-07-2004, 10:39 PM
body {cursor: url('cursorfilename.cur'); }

neonick5647
07-07-2004, 10:42 PM
where should i put it?

neonick5647
07-07-2004, 10:52 PM
nevermind, lol. searched google, got the answer, and it worked. But thank you sooooooo much for your tries!!! :P