myspace logo

Myspace works like just any other normal webpage. To change your mouse pointer when people view your myspace page, you need to update the html stylesheet that your page uses.

To change the mouse pointer for the entire page, use:

<style>HTML,BODY{cursor: url("yourmousepointer.ani"), url("thumbnail.gif"), auto;}</style>

To change the mouse pointer for just when you hover over a link, use:

<style>A:hover{cursor: url("yourmousepointer.ani"), url("thumbnail.gif"), auto;}</style>

In both cases, you will need to have your custom mouse pointer (either a .cur for static cursors or .ani file for animated cursors) uploaded onto the internet so that it is available for your myspace page to use.

You can find thousands of cool mouse pointers here. Download, install, and use them for myspace or any webpage online.

download Download Now!

Here’s some samples: