Change your cursor with CSS

Below is a list of the most commonly accepted cursors:

* default - Display the normal mouse cursor icon
* wait - The mouse icon to represent the computer "thinking"
* crosshair - A cross hair reticle
* text - An "I" shaped icon that is displayed when selecting text
* pointer - A hand icon that you see when you hover over an HTML link
* help - A question mark (usually)
* hand - A hand icon that you see when you hover over an HTML link

How to call?

.abc { cursor: wait }

Move your cursor over the text given bellow. Dont forget to notice the changes of your cursor ;-)

I am default.

I am busy.

Its crosshair.

I am text.

I am pointer.

Its me help :-)

I am hand.

Cooool!, na? ;-)

Hosted by www.Geocities.ws

1