CUSTOM CURSORS
You know all those cool cursor effects everyone has on their sites? Well in this tutorial you'll learn how to get one too. There are 15 basic cursors you can use, using a little CSS and adding it to your HTML document.
Those 15 cursors are:

DEFAULT

This is the Normal or Standard cursor

TEXT

This is the cursor that highlights text

W-RESIZE

Cursor points West

HAND

This is the default cursor when you run your mouse over a link

CROSSHAIR

This cursor looks like a small Cross

NW-RESIZE

Cursor points both North and West at the same time

HELP

This is the pointer cursor with the hourglass over it

N-RESIZE

Cursor points North

NE-RESIZE

Cursor points both North and East at the same time

WAIT

This is the Hourglass cursor

S-RESIZE

Cursor points South

SW-RESIZE

Cursor points both South and West at the same time

MOVE

This is the four way cursor, normally used to pick up and move items

E-RESIZE

Cursor points East

SE-RESIZE

Cursor points both South and East at the same time

To view example of the above cursors, run your move over the name of the cursor.
ADDING CURSORS TO YOUR SITE
Below are 4 different codes. These are the codes to use when adding one of the above cursors to your webpage. The description of each one is as follows:
 » Code to use when adding cursor to entire webpage. Add as the BODY tag it's self.
 » Code to use when adding to any <TAG>. Add into or as apart of the <TAG>.
 » Code to add cursor to a link. Add as link it's self.
 » Code to use when adding to a Style Shee (CSS). Add this code to <HEAD> section of your HTML document.
When adding the following codes be sure to change the ORANGE entries to your own.
ADD TO WEBPAGE
ADD TO <TAG>
ADD to LINK
ADD TO (CSS)
<BODY style="CURSOR: CURSOR;"> <YOUR_TAG style="CURSOR: CURSOR;"> <a href="YOUR_LINK.COM" style="CURSOR: CURSOR;">LINK NAME</a> <style type="text/css">
TAG NAME {
CURSOR: CURSOR;}
</style>
ADDING CUSTOM IMAGE CURSORS

I don't really know much on this, (so I quess I should learn) but I do know some sites that could help. And they are as follows:

 » Comet Zone
 » Dynamic Drive
 » Top Desktop

MAIN
Hosted by www.Geocities.ws