Tutorials > Firefox and Safari Custom Cursor CSS Code

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

<style type="text/css">
/* PureSnowz.com Firefox Custom Cursor css code */
body {cursor:url("http://CURSOR-URL.cur"),default}
</style>

For an example [click here]

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 heaven tested out this code for hovering, but you can play with it and see if it works for hovering :3

Rotation / Web ring