Click to See Complete Forum and Search --> : How can I make it works in Firefox?
THE_WATCHER
04-30-2005, 10:30 PM
Hi
I have to change the mouse cursor when the page is loaded.
In the CSS, there is this:
cursor:url("new.cur")
But in fact it doesn´t works in Firefix, but in IE it does.
Is there something I can do to fix it?
ray326
04-30-2005, 10:42 PM
Maybe this will help.
http://www.w3.org/TR/CSS21/ui.html#propdef-cursor
grailquester5
04-30-2005, 10:48 PM
If you check out http://www.echoecho.com/csscursors.htm, you'll note that Netscape does not support the cursor:url(uri); function.
Also, on this page: http://www.quirksmode.org/css/cursor.html, the cursor: url(uri) isn't even mentioned...
And here's an even better schema showing that Microsoft is about the only browser (6+) which DOES support the url(uri) option:
http://www.netmechanic.com/news/vol6/usability_no13.htm
FF 1.1 (http://annevankesteren.nl/archives/2005/03/curser-url)