This code will work with Firefox and Safari, only with .cur not .ani.
(.ani will only work with IE)
tags: cross-browser custom cursor
Replace the CURSOR-URL with your cursor url
Last code check: April 25, 2009
<style type="text/css">
/* PureSnowz.com Firefox Custom Cursor css code */
body {cursor:url("http://CURSOR-URL.cur"),default}
</style>
External CSS
/* PureSnowz.com Firefox Custom Cursor css code */
body {
cursor:url("http://CURSOR-URL.cur"),default
}
Notes for Firefox
The cursor would not show up on a blank page.
You need to have some sort of contents, like a background, image, text etc.
My first intention for posting this
"Well I decided to share this because I couldn't find the cursor code that works with firefox in the past!
Search after search still can't find it o_ O try searching it for yourself, search 'firefox custom cursor code'.
All it comes out is for the crosshair, waiting cursor etc.. and all those normal cursors XD and not for custom made cursor
(cursor3.cur). I haven't tested out this code for hovering, but you can play with it and see if it works for hovering :3"