This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
cursor code

i was wondering how to get your cursor to change into another image of your choice.when someone goes to your website their cursor,pointer will change.like i want it to change to a moose when they visit my site.what is the code for this or how do i change it.

Browser: ,3

Re: cursor code

Put the following into your stylesheet (where moose.gif is the name of your image file).

body {cursor:url(moose.gif)}

Re: cursor code

When I saw this post I decided to try it but it didn't work, are there any conditions to it?