View Full Version : Cursor help?


callmemint
09-21-2004, 06:22 PM
I have a page where I want to put on a cursor I made, but I still get the normal white cursor instead. I'm pretty sure I did the code right, maybe I didn't save the cursor right or something? Take a look at www.callmemint.com/cursors.html

kitty_katt07
09-21-2004, 06:45 PM
Try using this instead..it's what I use for cursor codes

<STYLE TYPE="text/css">
BODY {cursor: url(URL);}
a {cursor: url(URL);}
</STYLE>

callmemint
09-22-2004, 02:55 AM
Still doesn't work...have I saved it as the wrong type of file?

Oh! It does work, never mind. But it's really small...do you know why that would be?

callmemint
09-22-2004, 02:57 AM
Oh! It does work, never mind. But it's really small...do you know why that would be?

kitty_katt07
09-22-2004, 05:48 AM
I think all computers make cursors a certain size, I dont know if theres a way around it or not.

MaGiCSuN
09-22-2004, 02:50 PM
is it smaller then the image on the site you posted?

Love,
Mirna

callmemint
09-24-2004, 07:02 AM
is it smaller then the image on the site you posted?

Love,
Mirna
Yeah, it looks kind of funny. cursors I've used from other sites have worked, maybe I'm just doing something wrong...

kitty_katt07
09-24-2004, 05:50 PM
I made a cursor last night, and, it totally screwed up because I messed up by 1px on the width. I used AniCursor and PSP to make it, and I set the h and w of the cursor to 32 and in PSP I made the width 31 and it threw it all out of whack, you have to be exactly right I guess, maybe thats whats wrong. If your cursor is 48 x 48 make sure it's set to that in your program and if it's custom you should have the option to put in the h and w. At least, in AniTuner you do =]