From 6cf45dd25a98f98c91a4000345fc5597f9929939 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 10 Sep 2010 09:17:58 -0400 Subject: Draggable demos: Coding standards. --- demos/draggable/cursor-style.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'demos/draggable/cursor-style.html') diff --git a/demos/draggable/cursor-style.html b/demos/draggable/cursor-style.html index 3263029b0..44c64f07e 100644 --- a/demos/draggable/cursor-style.html +++ b/demos/draggable/cursor-style.html @@ -1,27 +1,28 @@ - + jQuery UI Draggable - Cursor style - - - - - - - - - +
@@ -38,12 +39,11 @@
-
-

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

+
+

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