Previous Message
Next Message

Page height trunaction

Sent by Ghodmode on 30 January 2012 21:09


On Tue, Jan 31, 2012 at 2:48 AM, Chris Morton [EMAIL-REMOVED]> wrote:
> Consider dev.eigen.com
>
> On a 25" LCD monitor set at 1920 x 1200, why doesn't the gradient fill come
> all the way to the bottom of the screen?

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: