aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2008-12-30 10:05:51 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2008-12-30 10:05:51 +0000
commitc4b7f1f9f062c64ce65970ae1c6edea4ec592a35 (patch)
tree825a2feb30e405c410401feed675abc4e879c96e /tests
parente9bb4f54810e1cf09a96bce67b156bec793f6ec6 (diff)
downloadjquery-ui-c4b7f1f9f062c64ce65970ae1c6edea4ec592a35.tar.gz
jquery-ui-c4b7f1f9f062c64ce65970ae1c6edea4ec592a35.zip
demos: added opacity, revert and scroll demos
draggable: fixed positioning issue with relative positioned elements relative to the body during scroll
Diffstat (limited to 'tests')
-rw-r--r--tests/visual/draggable.scroll.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/visual/draggable.scroll.html b/tests/visual/draggable.scroll.html
index ce788dbae..f384d415f 100644
--- a/tests/visual/draggable.scroll.html
+++ b/tests/visual/draggable.scroll.html
@@ -47,6 +47,10 @@
</head>
<body>
+<div class='draggable' style='z-index: 1000;'>Simple draggable</div>
+<br clear='both' />
+
+
<div class='container' style="overflow:scroll;">
<div class='draggable'>(Broken in IE)</div>
<div class='enlarge'></div>