aboutsummaryrefslogtreecommitdiffstats
path: root/demos/position/cycler.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/position/cycler.html')
-rw-r--r--demos/position/cycler.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/demos/position/cycler.html b/demos/position/cycler.html
index 2c421211f..dc9c8a0bd 100644
--- a/demos/position/cycler.html
+++ b/demos/position/cycler.html
@@ -10,6 +10,9 @@
<script src="../../ui/jquery.ui.position.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
+ body {
+ margin: 0;
+ }
#container {
overflow: hidden;
position: relative;
@@ -96,10 +99,9 @@
</div>
<div class="demo-description">
-<p>A prototype for the <a href="http://wiki.jqueryui.com/Photoviewer">Photoviewer</a> using Position to place images at the center, left and right and cycle them.
+<p>A photoviewer prototype using Position to place images at the center, left and right and cycle them.
<br>Use the links at the top to cycle, or click on the images on the left and right.
<br>Note how the images are repositioned when resizing the window.
-<br>Warning: Doesn't currently work inside the demo viewer; open in a new window instead!</p>
</div>
</body>
</html>