Previous Message
Next Message

Page height trunaction

Sent by Chris Morton on 1 February 2012 23:11


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?

On Mon, Jan 30, 2012 at 2:18 PM, Chris Morton [EMAIL-REMOVED]> wrote:

> Thanks, Vince. That appears to have worked the magic.
>
>
> On Mon, Jan 30, 2012 at 1:27 PM, Ghodmode [EMAIL-REMOVED]> wrote:
>>
>>
>> My monitor isn't that big, so I'm not really certain, but if I zoom
>> out enough that the page fits without scrollbars, I think I see the
>> problem.
>>
>> The <html> and <body> elements actually have a size like other
>> elements.  If they're not defined, they're just the size of their
>> contents.  If you set them to 100%, width and height, it should fill
>> the screen:
>>
>>    html, body {
>>        width: 100%;
>>        height: 100%;
>>    }
>>
>> --
>> Vince Aggrippino
>> a.k.a. Ghodmode
>> http://www.ghodmode.com
>>
>> >
>> > Thanks
>>
>
>
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread:

Possibly related: