fredy26
04-15-2003, 08:30 AM
I have created my own cursor but i dont quite understand how to import the cursor.
So i'v got the cursor both as a .cur and a .bmp image and i want to us it in my site. How do I import it?
epolady
04-15-2003, 09:10 AM
Import do you mean the proper coding to view it on your web page? If so, try something like this in your CSS:
body{
CURSOR: url(http://url.to.cur);
}
fredy26
04-15-2003, 04:44 PM
Well the code that you gave me didn't work. I'm really confused now!
starlet
04-15-2003, 04:47 PM
Did you upload it to your webhost?
fredy26
04-15-2003, 05:45 PM
yep, I did and it still doesn't work!
epolady
04-15-2003, 05:58 PM
It's a long shot, but try
body{
cursor: http://url.to.cur;
}
or try
body{
cursor:url("http://url.to.cur");
if that doesn't work, can you post the URL to the error page? Custom cursors are only supported in the newest versions of M$IE.
fredy26
04-15-2003, 06:10 PM
the problem might not be in the script. The thing is that I am using Geocities and the file upload doesn't upload any .cur files. But i have a .jpg and a .bmp version uploaded. Unfortunately that doesn't work.
fredy26
04-15-2003, 06:14 PM
Oh right, sorry guys. It works now! Thanks for the help and the script does work! It's because i managed to upload the .cur file to Geocities.