> Nope... I replied too soon. Setting
> html and body to a height of 100% works
> for most pages in Chrome, but not this one:
> 
> http://eigen.com/about/Management.shtml
> 
> Also, in IE8 I can force a scroll bar to appear, but it's
> pretty much
> static. I don't want to set the height to something like
> 150% to force
> scrollability, as this will miss up other pages that are
> much shorter.
> 
> Ideas?
> 


You also need to put height: 100% for * like this:

* {
        margin: 0px;
        height: 100%;  /* this is required for anything to be 100% */
        /* padding: 0px; */
}

Good luck.


______________________________________________________________________
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/

Reply via email to