How to Change the Mouse Cursor on Your Profile
To see the rest of the video tutorials, please go to our RunnerSpace Help Center.
Submitted by Fast RunnerZ
Where To Go:
Go to "My Account"
Click on "Profile Design" below the Members tab on the navigation bar
Scroll down to the bottom of the page to the CSS code box
What To Do:
In the CSS code box, copy and paste the following code:
body {
cursor: url(http://www.example.com/name.cur), auto;
}
If you alread have a body { ... } section you should place the code inside of that like shown:
body {
background-image: url(http://www.example.com/picture.jpg);
background-attachment: fixed;
cursor: url(http://www.example.com/name.cur), auto;
}
To select the cursor you want, replace the http://www.example.com/name.cur with the url of your desired cursor picture. *NOTE: Cursor files for
must be in a .cur file format; some .gif files will work too, but not
all of them.
Options: Different Mouse Cursor URL's:
I have made a list of several url's of mouse cursors you can use:
Cursor: |
URL
|
 |
http://fastrunnerz.com/runnerspace/logos/adidas1.gif |
 |
http://fastrunnerz.com/runnerspace/logos/adidas2.gif |
 |
http://fastrunnerz.com/runnerspace/logos/appletm.gif |
 |
http://fastrunnerz.com/runnerspace/logos/converse.gif |
 |
http://fastrunnerz.com/runnerspace/logos/dolcegabbana.gif |
 |
http://fastrunnerz.com/runnerspace/logos/gucci.gif |
 |
http://fastrunnerz.com/runnerspace/logos/louisvuitton.gif |
 |
http://fastrunnerz.com/runnerspace/logos/nike1.gif |
 |
http://fastrunnerz.com/runnerspace/logos/nike2.gif |
 |
http://fastrunnerz.com/runnerspace/logos/reebok.gif |
Cursor: |
URL
|
 |
http://fastrunnerz.com/runnerspace/fg/briangriffin.gif |
 |
http://fastrunnerz.com/runnerspace/fg/chrisgriffin.gif |
 |
http://fastrunnerz.com/runnerspace/fg/cleveland.gif |
 |
http://fastrunnerz.com/runnerspace/fg/death.gif |
 |
http://fastrunnerz.com/runnerspace/fg/glenquagmire.gif |
 |
http://fastrunnerz.com/runnerspace/fg/loisgriffin.gif |
 |
http://fastrunnerz.com/runnerspace/fg/meggriffin.gif |
 |
http://fastrunnerz.com/runnerspace/fg/petergriffin1.gif |
 |
http://fastrunnerz.com/runnerspace/fg/petergriffin2.gif |
 |
http://fastrunnerz.com/runnerspace/fg/stewiegriffin.gif |
If you have any trouble with this or have other questions, send us a message. We'd be happy to help you.
You may also like these tutorials:
-Custom Background Tutorial
-Custom Menu bar Tutorial
-Custom Header Tutorial
-Custom Blocks - Youtube example Tutorial