CSS "Cascading Style Sheets" Lessons


CSS ( Cascading Style Sheets ) - Why CSS ? - Introduction - Css Link Properties / Examples - Css List Properties / Examples - Css Layer Properties / Examples - Css TextBox Properties / Examples - Css Font Properties / Examples - Css Text Properties / Examples - Css Cursor Properties / Examples - Css Background Properties / Examples - Css Table Properties / Examples - Css Scroll Bar Properties / Examples - Tools - Units - Parameters - Template Page - Web Design
Return MainPage / Don't Forget Me

CSS CURSOR PROPERTIES

url : The url of a custom cursor to be used. (cursor:url(url))
default : Display the normal mouse cursor icon.
Auto : Default. The browser sets a cursor
crosshair : Display the crosshair mouse cursor icon. (A cross hair reticle)
wait : Display the wait mouse cursor icon.
help : Display the help mouse cursor icon. ( A question mark)
move : Display the move mouse cursor icon.
hand: Display the hand mouse cursor icon.
Text : Display the text mouse cursor icon.
e-resize : The cursor indicates that an edge of a box is to be moved right (east).
w-resize : The cursor indicates that an edge of a box is to be moved left (west).
s-resize : The cursor indicates that an edge of a box is to be moved down (south).
n-resize : The cursor indicates that an edge of a box is to be moved up (north).
nw-resize : The cursor indicates that an edge of a box is to be moved up and left (north/west).
ne-resize : The cursor indicates that an edge of a box is to be moved up and right (north/east).
se-resize : The cursor indicates that an edge of a box is to be moved down and right (south/east).
sw-resize : The cursor indicates that an edge of a box is to be moved down and left (south/west).
pointer : The cursor render as a pointer (a hand) that indicates a link.
Cross browser : The cursor render as a pointer (a hand) that indicates a link.
not-allowed :
no-drop :
col-resize :
row-resize :
vertical-text :
all-scroll :

CSS-Cursor-Application