diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-08-16 09:09:48 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-08-16 09:09:48 +0000 |
commit | c8162d5a6f4fb004a205fc817e6e3335d44d382d (patch) | |
tree | c51a0188d016a0818e91bc66b3a4b4b840c08ade /demos | |
parent | 24a1b6c9aa34fafcdf6f71cc927ff9b058b5e7ab (diff) | |
download | jquery-ui-c8162d5a6f4fb004a205fc817e6e3335d44d382d.tar.gz jquery-ui-c8162d5a6f4fb004a205fc817e6e3335d44d382d.zip |
position: improved default demo to use position:absolute instead of fixed - with fixed, the positioned element doesn't move on scroll
Diffstat (limited to 'demos')
-rw-r--r-- | demos/position/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/position/default.html b/demos/position/default.html index ff378cd0e..81fe41a1c 100644 --- a/demos/position/default.html +++ b/demos/position/default.html @@ -25,8 +25,8 @@ { width: 75px; height: 75px; + position: absolute; display: block; - position: fixed; right: 0; bottom: 0; |