> That would be expected behaviour. Not limited to Gecko / Firefox.The footer 
> will 
> always be as wide as the viewport, but on narrower windows / viewport, the 
> whole 
> construction overflows to the right (the main content requires a width of 
> 1116px).
> 

Can you please tell me exactly which div you're referring to as the main 
content, since I have several div layers and they vary on the sub pages and 
only on the home page is there a div with an id of #main-content. What's 
consistent through out all pages are (excluded inner HTML): 

<div id="dfd-wrapper">
    <div id="content-wrapper">
        <div id="header"></div>
        <div id="content"></div>
    </div>
    <div id="footer-wrapper">
        <div id="footer"></div>
    </div>
</div>

What changes on each page are the elements within the <div id="content"></div> 
and the #content-wrapper had already been set with a width of 1116px as well as 
the header. The #content div spans the width of the containing div 
(#content-wrapper).  

Elli 
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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