This is a method to have a rose cursor on your site or CMS :
First, download the Cursors
![]()
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.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>



Reply With Quote

