From 4a4fab829f850d9de69f5f0c2cd718933d9b8944 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 10 Sep 2010 10:24:33 -0400 Subject: [PATCH] Position demos: Coding standards. --- demos/position/cycler.html | 111 ++++++++++++++++++------------------ demos/position/default.html | 74 +++++++++++------------- demos/position/index.html | 4 +- 3 files changed, 90 insertions(+), 99 deletions(-) diff --git a/demos/position/cycler.html b/demos/position/cycler.html index fa0571e33..59c98b1ec 100644 --- a/demos/position/cycler.html +++ b/demos/position/cycler.html @@ -1,30 +1,27 @@ - + jQuery UI Position - Default functionality - - - - - - - - - - -
- - - + + + - - -
+ + + + -
+ +

A prototype for the Photoviewer using Position to place images at the center, left and right and cycle them.
Use the links at the top to cycle, or click on the images on the left and right.
Note how the images are repositioned when resizing the window.
Warning: Doesn't currently work inside the demo viewer; open in a new window instead!

-
diff --git a/demos/position/default.html b/demos/position/default.html index d26959b96..67f8578d6 100644 --- a/demos/position/default.html +++ b/demos/position/default.html @@ -1,28 +1,25 @@ - + jQuery UI Position - Default functionality - - - - - - - - - - - @@ -148,11 +142,11 @@
-
+ +

Use the form controls to configure the positioning, or drag the positioned element to modify its offset.
Drag around the parent element to see collision detection in action.

-
diff --git a/demos/position/index.html b/demos/position/index.html index 54a6d54c6..498c09b2b 100644 --- a/demos/position/index.html +++ b/demos/position/index.html @@ -1,9 +1,9 @@ - + jQuery UI Position Demo - + -- 2.39.5