CSS Property:
cursor:
Result:

Mouse over this DIV to see the cursor result.

Note: cursor:url does not work in Opera.

CSS Code:
div
{
cursor:auto;
}
Click the property values above to see the result
W3Schools.com - Play it