Lorraine Barte Nepomuceno wrote:
> Hi everyone,
>
> I'm having problems with a design of mine. On some browsers (although not
> any of ours here at the office, but that may be because we're all
> widescreen), the right sidebars are pushed down below the main content area:
>
> Sample is at:
> http://www.splashscreen.com/wp/
> with CSS at:
> http://www.splashscreen.com/wp/wp-content/themes/geeks-blog/style.css
>
> Any help would be most appreciated!
>
> Thanks,
> Lorraine
>
>   

The floats drop as the window narrows. Have you tried setting the page 
as a fixed width layout?
div#container{
margin:0 auto 0 auto;
/*max-width: 920px;
width:90% !important;*/
width:920px;
}
Best,
~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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