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

ProgressProgress :

url : The url of a custom cursor to be used. (cursor:url(url))

defaultdefault : Display the normal mouse cursor icon.

AutoAuto : Default. The browser sets a cursor

crosshaircrosshair : Display the crosshair mouse cursor icon. (A cross hair reticle)

waitwait : Display the wait mouse cursor icon.

help help : Display the help mouse cursor icon. ( A question mark)

movemove : Display the move mouse cursor icon.

Hand Hand: Display the hand mouse cursor icon.

TextText : Display the text mouse cursor icon.

e-resizee-resize : The cursor indicates that an edge of a box is to be moved right (east).

w-resizew-resize : The cursor indicates that an edge of a box is to be moved left (west).

s-resizes-resize : The cursor indicates that an edge of a box is to be moved down (south).

n-resizen-resize : The cursor indicates that an edge of a box is to be moved up (north).

nw-resizenw-resize : The cursor indicates that an edge of a box is to be moved up and left (north/west).

ne-resizene-resize : The cursor indicates that an edge of a box is to be moved up and right (north/east).

se-resizese-resize : The cursor indicates that an edge of a box is to be moved down and right (south/east).

sw-resizesw-resize : The cursor indicates that an edge of a box is to be moved down and left (south/west).

pointerpointer : 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


Facebook share