Adding Rose cursor

Newbie Spellweaver
Joined
Mar 10, 2007
Messages
52
Reaction score
0
This is a method to have a rose cursor on your site or CMS :

First, download the

leboufon - Adding Rose cursor - RaGEZONE Forums
leboufon - Adding Rose cursor - RaGEZONE Forums


Then unzip it and place it in your web folder.
Then in the web page you want to have the cursor, place this code in it :
Code:
<style type="text/css">
html { height:100%; cursor: url('DEFAULT.CUR'), auto; }
* html { cursor: url('DEFAULT.CUR'); }

html a { cursor: url('ITEM_INVEN.CUR'), auto; }
* html a { cursor: url('ITEM_INVEN.CUR'); }
</style>
And now it's done, you can have your Rose cursors on your website.
 
Last edited:
Here we go :P
Fixed script is in the file
Mirror 1:
Mirror 2:
Mirror 3:
Mirror 4:

Credits: Jwpatser for Cursors and fixing script, Leboufon for the script
 
Hmm
it works great for me :)

Please PM me if you need my msn or email.
Thanks
 
Back