From c1447173c659c78e036b5c4c6bc91de26e84a13b Mon Sep 17 00:00:00 2001 From: Maggie Costello Wachs Date: Thu, 15 Jan 2009 21:57:33 +0000 Subject: completed reorganization of draggable demos --- demos/draggable/cursor-style.html | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 demos/draggable/cursor-style.html (limited to 'demos/draggable/cursor-style.html') diff --git a/demos/draggable/cursor-style.html b/demos/draggable/cursor-style.html new file mode 100644 index 000000000..03e0c5fe3 --- /dev/null +++ b/demos/draggable/cursor-style.html @@ -0,0 +1,46 @@ + + + + jQuery UI Draggable - Cursor style + + + + + + + + + +
+ +
+

I will always stick to the center (relative to the mouse)

+
+ +
+

My cursor is at left -5 and top -5

+
+ +
+

My cursor position is only controlled for the 'bottom' value

+
+ +
+ +
+ +

+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). +

+ +
+ + -- cgit v1.2.3