CSS Cursor Property

By | October 1, 2012

Cursor in webpage is used to differentiate text and links. Some text will need pointer cursor as like the cursor of link, this can be achieved by CSS cursor property.

For example. In jquery show and hide function, normal div/span tag have to be act like a pointer. By using below code we can made this.

[code type=css]

<div style=”cursor:pointer”>Here</div>

[/code]

Just change replace the pointer in above css code with any of the below cursor options.

 

There are 17 different types of css cursor property

Cursor Name Move mouse over here
auto
Here
crosshair
Here
default
Here
e-resize
Here
help
Here
move
Here
n-resize
Here
ne-resize
Here
nw-resize
Here
pointer
Here
progress
Here
s-resize
Here
se-resize
Here
sw-resize
Here
text
Here
w-resize
Here
wait
Here

Leave a Reply

Your email address will not be published. Required fields are marked *

semipurposive-hypercoagulability