Customize the cursor!

OMG I'm so happy "MySpace" is back. Time to get busy customizing. First order of business is the cursor. 

Here's the code:

<!-- Wii cursor -->

<style>

  * {

    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1109.cur), auto;

  }

  a:hover, img:hover, .friends-grid p:hover {

    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1113.cur), auto;

  }

</style>

You can use the '*' to target every tag and set the cursor to only change on hover for 'link' tags. I guess I'll add more when as I keep editing my profile. Hope this helps if you see it!


1 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )