> This problem I'm sure many have had, I need my page background to
 > stretch 100% of the page in an absolute div. But in Firefox, It will
 > go 100% until it scrolls. Then the background stops.

I think (from memory) that this fixes the issue:

html, body {
        margin: 0;
        padding: 0;
        min-height: 100%;
}

* html, * html body {
        height: 100%;
}

body {
        /* background styles */
}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to