r3064 committed - position: improved default demo to use position:absolute instead of fi...

r3064 committed - position: improved default demo to use position:absolute instead of fi...


Revision: 3064
Author: joern.zaefferer
Date: Sun Aug 16 02:09:48 2009
Log: position: improved default demo to use position:absolute instead of
fixed - with fixed, the positioned element doesn't move on scroll
http://code.google.com/p/jquery-ui/source/detail?r=3064
Modified:
/trunk/demos/position/default.html
=======================================
--- /trunk/demos/position/default.html    Thu Jul 23 02:29:47 2009
+++ /trunk/demos/position/default.html    Sun Aug 16 02:09:48 2009
@@ -25,8 +25,8 @@
{
width: 75px;
height: 75px;
+        position: absolute;
display: block;
- position: fixed;
right: 0;
bottom: 0;