What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Sep 19, 2008 by pilgrim
Labels: about-css, is-css-property, from-w3c
CursorCSSProperty  
The cursor property specifies the type of cursor to be displayed for the pointing device.

You are here: Home > CSS Reference > Properties > cursor

Usage

Values

Browser compatibility

Compatibility table legend

Test IE8 IE7 IE6 FF3 FF2 Saf3 Op9 Chrome
style.cursor reflects <div style='cursor: alias'> N N N Y Y Y Y Y
style.cursor reflects <div style='cursor: all-scroll'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: auto'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: cell'> N N N Y Y Y Y Y
style.cursor reflects <div style='cursor: col-resize'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: context-menu'> N N N Y Y Y Y Y
style.cursor reflects <div style='cursor: copy'> N N N Y Y Y Y Y
style.cursor reflects <div style='cursor: crosshair'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: default'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: e-resize'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: ew-resize'> N N N Y Y Y Y Y
style.cursor reflects <div style='cursor: hand'> Y Y Y N N N Y N
style.cursor reflects <div style='cursor: help'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: move'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: n-resize'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: ne-resize'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: nesw-resize'> N N N Y Y Y Y Y
style.cursor reflects <div style='cursor: no-drop'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: not-allowed'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: ns-resize'> N N N Y Y Y Y Y
style.cursor reflects <div style='cursor: nw-resize'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: nwse-resize'> N N N Y Y Y Y Y
style.cursor reflects <div style='cursor: pointer'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: progress'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: row-resize'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: s-resize'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: se-resize'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: sw-resize'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: text'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: vertical-text'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: w-resize'> Y Y Y Y Y Y Y Y
style.cursor reflects <div style='cursor: wait'> Y Y Y Y Y Y Y Y

Further reading


Sign in to add a comment