Is there any CSS/HTML code to make a cursor work on Mozilla Firefox?
the only cursor code I know is
<body style="cursor:url(link.cur);"></body>
but that only works for Internet Explorer (and others maybe, I don't know) but what I need is a code that works in MFirefox
EDIT: I know some people find this annoying but is for a page contest and since I have a page about pirates I wanted to have a pirate-related cursor. And plus, the people on that site do not find cursors annyoing -_-'
I tried the
BODY {cursor: url(cursor.cur), url(cursor/cursor.cur), default;}
code, and the
<body style="cursor:url(link.cur), default;"></body>
that was suggested (and some others) but it seems I'm doing something wrong cause it still doesn't work on FF D:
my cursor URL is 'http://www.rw-designer.com/cursor-extern.php?id=188' does that help?