On Sat, Jan 2, 2010 at 3:30 PM, Alan Gresley <[email protected]> wrote: > > Yippy and happy new year. We now have a truly cross browser sticky footer > solution. With, > > :root { overflow: auto; } > > <http://css-class.com/test/demos/sticky-footer3.htm> > > and, > > html { overflow-y: scroll; } > > <http://css-class.com/test/demos/sticky-footer4.htm> > > > I still note that the old Opera 9 bug is still present. Opera 9.25~10.00 > shows a problem when the bottom of the window is dragged down (reveals color > of HTML). The fix again, one must resize the viewport from a corner of the > window to cause re-flow.
Yes, I see this, and the problem is still present in the 10.50 preview, at least in Win XP: If the browser window is not full screen and you resize it just in the _vertical_ direction then Opera fails to "recompute" the min-height:100%; so either the HTML color shows up at the bottom when the window's height is increased or a v-scrollbar shows up when the window's height is reduced. The problem disappears if the windows is resized (even slightly) in the horizontal direction ore refreshed. The problem is also present in Opera 10/Mac even if here is a bit more difficult to reproduce it, being more difficult to resize a window just in the vertical direction (at least with the mouse, don't know if there is a keyboard way to do it). Bruno -- Bruno Fassino http://www.brunildo.org/test ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
