Introduction of Css Cursor property
css cursor property is used to set mouse cursor display on webpages.
Css cursor property can set follwing values
- default this property value sets normal cursor icon.
Syntex : selector { cursor:default; } - wait this property value set some processing cursor icon.
Syntex : selector { cursor:wait; } - crosshair this property value sets a cross hair cursor icon.
Syntex : selector { cursor:crosshair; } - text this property value sets an I like cursor icon.
Syntex : selector { cursor:text; } - pointer this property value set a hand icon.
Syntex : selector { cursor:pointer; } - help this property value sets a question mark icon.
Syntex : selector { cursor:help; } - Click to practice online example
No comments:
Post a Comment