From 2dff95fb8bf5b130928ff0f90ef3afc9cae7b51d Mon Sep 17 00:00:00 2001 From: Maggie Costello Wachs Date: Mon, 19 Jan 2009 17:38:25 +0000 Subject: Added caption about setting cursor style w/ cursor option --- demos/draggable/cursor-style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/draggable') diff --git a/demos/draggable/cursor-style.html b/demos/draggable/cursor-style.html index 03e0c5fe3..b82b5bafa 100644 --- a/demos/draggable/cursor-style.html +++ b/demos/draggable/cursor-style.html @@ -38,7 +38,7 @@

-Position the cursor while dragging the object. By default the cursor appears in the center of the dragged object; use the cursorAt option to specify another location relative to the draggable (specify a pixel value from the top, right, bottom, and/or left). +Position the cursor while dragging the object. By default the cursor appears in the center of the dragged object; use the cursorAt option to specify another location relative to the draggable (specify a pixel value from the top, right, bottom, and/or left). Customize the cursor's appearance by supplying the cursor option with a valid CSS cursor value: default, move, pointer, crosshair, etc.

-- cgit v1.2.3