Bradley Wright wrote:

> > 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 */
>}
>  
>
Hi Jeff,
And if this doesn't work, I guess you can split up the backgrounds for 
header, navbar, main and footer; then the background oimage for the #all 
wrapper can be mised.
For a raw impression *): see testpage 
<http://home.tiscali.nl/developerscorner/css-discuss/test-messina.html>.

Greetings,
francky

*)
I only adapted the main-section, with existing css. With fresh css it 
can be simplified. :-)
______________________________________________________________________
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