position: improved default demo to use position:absolute instead of fixed - with fixed, the positioned element doesn't move on scroll

This commit is contained in:
Jörn Zaefferer 2009-08-16 09:09:48 +00:00
parent 24a1b6c9aa
commit c8162d5a6f

View File

@ -25,8 +25,8 @@
{ {
width: 75px; width: 75px;
height: 75px; height: 75px;
position: absolute;
display: block; display: block;
position: fixed;
right: 0; right: 0;
bottom: 0; bottom: 0;