On Oct 24, 2011, at 3:52 PM, David Laakso wrote:

> See short page shift---
> <http://www.communitymx.com/content/article.cfm?cid=528a0>
> One fix is to force a scrollbar
> html { min-height: 100%; margin-bottom: 1px; }
> ~d


OK..for my page, inserting margin-bottom: 1px resulted in about a 10-pixel gap 
between the top of my container and the top of the browser window, so I 
ammended the code to:

margin: 0 0 1px 0;  which appeared to fix that problem. 

Was this the right way to deal with that gap cause by using just margin-bottom: 
1px;     ?


John
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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/

Reply via email to