SitePoint
Reference
CSS
User Interface Properties
cursor
CSS Live Demo: cursor
(this page)
See also:
All Live Demos
CSS Live Demo: cursor
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
.moveable { cursor:move; } .moveable { width:150px; height:150px; padding:10px; border:2px solid #f90; background:#fec; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div class="moveable">This DIV can move (well actually it can't, but it could be made to with scripting, and that's when the move cursor would be useful)</div>
Show me!
Your results appear here: