Wednesday, 11 April 2007

Cursor types in CSS

Here is quick reference on cursor types in CSS

self-explaining:
style="cursor:auto;"
style="cursor:crosshair;"
style="cursor:default;"
style="cursor:hand;"
style="cursor:text;"
style="cursor:wait;"
style="cursor:help;"
style="cursor:move;"

arrow cursors "n", "w", etc. indicates "north", "west", and so on:
style="cursor:n-resize;"
style="cursor:ne-resize;"
style="cursor:nw-resize;"
style="cursor:s-resize;"
style="cursor:se-resize;"
style="cursor:sw-resize;"
style="cursor:e-resize;"
style="cursor:w-resize;"

No comments: