Re: [WSG] Full Width Striped Background with Centered Content

2008-12-02 Thread Todd Budnikas
if you apply a min-width to your body in css it will also solve this, including IE6 even though it doesn't understand it. Adding this to your body solved it for me in your example: min-width:900px; On Dec 2, 2008, at 4:01 PM, Chris Cressman wrote: Someone solved this for me. It was as simp

Re: [WSG] Full Width Striped Background with Centered Content

2008-12-02 Thread Chris Cressman
Someone solved this for me. It was as simple as applying the same background color to the content and the container. Thanks. On Tue, Dec 2, 2008 at 3:33 PM, Chris Cressman <[EMAIL PROTECTED]> wrote: > I'm looking for a CSS solution if anyone has time to take a look. > > I've centered two content d

[WSG] Full Width Striped Background with Centered Content

2008-12-02 Thread Chris Cressman
I'm looking for a CSS solution if anyone has time to take a look. I've centered two content divs within two wrapper divs stacked on top of each other. The wrappers each have a unique background color that stretches across the whole page. The content divs are fixed at 800px and centered on the page