- 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
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 :
And now it's done, you can have your Rose cursors on your website.
First, download the
To view the content, you need to sign in or register
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>
Last edited: