+ 3
HELP! I really want to do this!
How do I use CSS (externally) to change someones cursor when they're in the body of my website? I've tried other places help and it won't work. I specifically want it to be used from a file of a cursor in my photos folder and is always active in the body, and forces them to use it. You can make up the file's folder... I just need the code to do it.
2 Answers
+ 3
Try this:
body {
cursor: url('images/my-cursor.png'), auto;
}
- 2
please please answer