Click to See Complete Forum and Search --> : Not working my cursor
MMMike
03-05-2003, 06:26 AM
I want to use my own cursor on page: body{cursor: url("../images/normal.cur")}. When I keep this file under Windows, I can see in my IE this feature working. If I put the page on server under Linux, the cursor is not seen in IE any more. Please help me with the problem.
gil davis
03-05-2003, 06:35 AM
Perhaps your server does not recognize the MIME type for the extension "cur".
Perhaps you have a CaPiTaLiZaTiOn error.
Perhaps your file does not exist on the server.
Perhaps your file is not in the right directory.
MMMike
03-05-2003, 07:24 AM
What will be MIME type for extension cur?
gil davis
03-05-2003, 08:13 AM
I don't know. Something like
image/x-icon
There wasn't much info in CSS2 about it. W3C doesn't control MIME types anyway.
Stefan
03-05-2003, 09:03 AM
Donī't know whet (or if there even is) a regoistered mimetype for cur files
The official mimetype list can be found here though
ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/media-types
MMMike
03-06-2003, 04:58 AM
Besides, if I put my cursor on Apache web-server situated on windows platform - it works with no MIME types, the same under Apache on Linux doesn't work.
gil davis
03-06-2003, 05:47 AM
You can thank Bill Gates I guess.
MMMike
03-06-2003, 06:45 AM
Also cursor can be made as .ico file. Then everything is OK, at least in my case. Thank you.
gil davis
03-06-2003, 06:51 AM
That's interesting! What I read on Microsoft's web site was:Internet Explorer 6 and later. Cursor is defined by the author, using a custom Uniform Resource Identifier (URI), such as url('mycursor.cur'). Cursors of type .CUR and .ANI are the only supported cursor types.An .ico is that stupid Favorites icon that shows up in the location box.
MMMike
03-06-2003, 07:30 AM
You may visit green.ipm.lviv.ua (http://green.ipm.lviv.ua/) and watch yourself cursor as ico file working in IE.