On Nov 11, 2005, at 9:52 PM, Trish Meyer wrote:
> Hi all,
>
> I hope this isn't too much of a challenge. I hope it's really easy to
> fix... a really common error (that I just can't seem to find
> anywhere).
>
> I've got a new site mostly designed, but have run into a problem,
> which I've explained in the body copy of the page at:
>
> http://www.collageartists.org/test7x1.html
>
> Basically, adding a clear: both to the headers in the main content
> area, ALSO clears the #leftcol (sidebar). #leftcol is a floated
> element, and #content moves to the right thanks to a left margin.
> Everything is positioned: relative, nothing is absolute (if that 
> helps).
>
> The CSS is at
> http://www.collageartists.org/stylesheets/caa7_x1.css
>
> Please help! I've troubleshooted this for hours and can't figure out
> how to fix it.
>
> thank you thank you thank you,
>
> Trish

Have you tried clear: right?

I did not look at your CSS, and that probably is not the best solution, 
if it is a solution at all... It sounds like a problem I have had b4, 
and clear:right was a fix.

You may also want to try an inner content wrap (put inside content div 
and wrap around all #content content... maybe something like this:

        #innerContentWrap {
                width: 100%;
                float: left;
        }

Hth, I am sure someone will give a waaaaaay better answer.

BTW, why are you clearing the headers in the first place? I have only 
glanced at your code and source, so I apologize in advance if I send 
you on a wild goose chase.

Micky


-- 

 ><(((º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><((((º>

·´¯`·.¸. , . .·´¯`·...¸><((((º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><((((º>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to