The cursor Property : cursor « CSS « HTML / CSS






The cursor Property

  


Value       Description

auto        Shape of the cursor depends on the context area it is over 

crosshair   A crosshair or plus sign

default     Usually an arrow

pointer     A pointing hand (in IE 4 this value is hand)

move        A grasping hand (ideal if you are doing drag-and-drop DHTML)

e-resizene-resizenw-resizen-resizese-resizesw-resizes-resizew-resize        

text        The I bar

wait        An hour glass

help        A question mark or balloon, ideal for use over help buttons

<url>       The source of a cursor image file

   
  








Related examples in the same category

1.Mouse cursor List
2.Change Cursor
3.'cursor' Example
4.cursor: url('ani.ani')
5.cursor: move
6.cursor: wait
7.cursor custom
8.cursor: pointer; crosshair; move; text; wait; help