On Jun 14, 2008, at 7:22 AM, Duane Nelson wrote:

> Good morning, all.
>
> I'm sure there is a simple fix to my issue, but I've done so many
> different approaches displays, floats, positions, and margins that I
> think I've utterly confused myself.
>
> Link:  http://alansonnazarene.org/index1.html
> CSS:  http://alansonnazarene.org/css/anaz.css
>
> Issue Goal:  To have a "background-color: #e1dcc5" to fill entirely
> "#main" which includes "#content" and "#sidebar"
>
> Presently I'm floating #content to the right.  This is where I
> surrendered to the list.  BTW, I know that a fixed width would be a
> quick solution, but I need it to work with varying content.
>
> I'm open to a fix but the best solution would be my preference.
>
> Thanks for any help.
>
> Duane Nelson
>

Hi Duane,

It looks like you need a little float clearing to make that happen.  
Check out this SitePoint article:

http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/

Notice the following links within the article:

http://www.positioniseverything.net/easyclearing.html

and

http://www.sitepoint.com/examples/clearing_floats/example2.php

The latter one I would try first. And I think that will solve your  
problem. Just at the overflow: auto (or hidden works, too) and width:  
100% to your #main div.

Mark

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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