Cursors
Always wondered how to have unique cursors on your website? This tutorial will show you how. But before we start, what is a cursor? A cursor is the little arrow-like thing that you point and click with on your computer.
First off, you'll need this code. You'll be altering it:
These are the types of cursors you can have:
auto - the default cursor
crosshair - looks like +
pointer - a hand with the index finger 'pointing'
hand - same as pointer
wait - the hourglass cursor
text - the cursor you see when you hover over text
help - the default cursor with a question mark beside it
move - the crosshair cursor with arrows
n-resize - an arrow pointing north
ne-resize - an arrow pointing north-east
nw-resize - an arrow pointing north-west
e-resize - an arrow pointing east
w-resize - an arrow pointing west
s-resize - an arrow pointing south
se-resize - an arrow pointing south-east
sw-resize - an arrow pointing south-west
Once you pick one you like, change the part of the code where it says CHANGETHIS to the name of the cursor. For example, if you want the crosshair cursor, your code will be:
Now that you know how to put in cursors, I'll explain how to put in custom cursors. First of all, the cursor must be in .ani format. Otherwise, it won't work. Once you have your cursor, use this code:
You're all finished! I hope I helped... if I did, please link us!